Package com.yahoo.config.provision
Class ActivationContext
java.lang.Object
com.yahoo.config.provision.ActivationContext
The context passed to the node repo when activating a node.
- Author:
- bratseth
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the application config generation we are activating
-
Constructor Details
-
ActivationContext
public ActivationContext(long generation)
-
-
Method Details
-
generation
public long generation()Returns the application config generation we are activating
-