Class MasterNodeLifecycle

java.lang.Object
dev.getelements.elements.rt.remote.MasterNodeLifecycle
All Implemented Interfaces:
NodeLifecycle

public class MasterNodeLifecycle extends Object implements NodeLifecycle
  • Constructor Details

    • MasterNodeLifecycle

      public MasterNodeLifecycle()
  • Method Details

    • nodePreStart

      public void nodePreStart(Node node)
      Description copied from interface: NodeLifecycle
      Called before the Node is up and accepting connections
      Specified by:
      nodePreStart in interface NodeLifecycle
      Parameters:
      node -
    • nodePostStop

      public void nodePostStop(Node node)
      Description copied from interface: NodeLifecycle
      Called just after the Node has stopped accepting connections.
      Specified by:
      nodePostStop in interface NodeLifecycle
      Parameters:
      node -
    • getInstanceMetadataContext

      public dev.getelements.elements.rt.InstanceMetadataContext getInstanceMetadataContext()
    • setInstanceMetadataContext

      @Inject public void setInstanceMetadataContext(dev.getelements.elements.rt.InstanceMetadataContext instanceMetadataContext)