Class ActivationContext

java.lang.Object
com.yahoo.config.provision.ActivationContext

public class ActivationContext extends Object
The context passed to the node repo when activating a node.
Author:
bratseth
  • Constructor Details

    • ActivationContext

      public ActivationContext(long generation, boolean isBootstrap)
  • Method Details

    • generation

      public long generation()
      Returns the application config generation we are activating
    • isBootstrap

      public boolean isBootstrap()
      Returns true if this deployment is done to bootstrap the config server