Class MasterNodeLifecycle
java.lang.Object
dev.getelements.elements.rt.remote.MasterNodeLifecycle
- All Implemented Interfaces:
NodeLifecycle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
nodePostStop
(Node node) Called just after theNode
has stopped accepting connections.void
nodePreStart
(Node node) Called before theNode
is up and accepting connectionsvoid
setInstanceMetadataContext
(InstanceMetadataContext instanceMetadataContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.rt.remote.NodeLifecycle
nodePostStart, nodePreStop
-
Constructor Details
-
MasterNodeLifecycle
public MasterNodeLifecycle()
-
-
Method Details
-
nodePreStart
Description copied from interface:NodeLifecycle
Called before theNode
is up and accepting connections- Specified by:
nodePreStart
in interfaceNodeLifecycle
- Parameters:
node
-
-
nodePostStop
Description copied from interface:NodeLifecycle
Called just after theNode
has stopped accepting connections.- Specified by:
nodePostStop
in interfaceNodeLifecycle
- Parameters:
node
-
-
getInstanceMetadataContext
-
setInstanceMetadataContext
-