public class DeploymentManager.AppEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private App |
app
The app being tracked.
|
private Node |
lifecyleNode
The lifecycle node location of this App
|
private java.util.Map<Node,java.lang.Long> |
stateTimestamps
Tracking the various AppState timestamps (in system milliseconds)
|
private int |
version
Version of the app.
|
Constructor and Description |
---|
AppEntry() |
Modifier and Type | Method and Description |
---|---|
App |
getApp() |
Node |
getLifecyleNode() |
java.util.Map<Node,java.lang.Long> |
getStateTimestamps() |
int |
getVersion() |
(package private) void |
setLifeCycleNode(Node node) |
private int version
DeploymentManager.addApp(App)
private App app
private Node lifecyleNode
private java.util.Map<Node,java.lang.Long> stateTimestamps