| Package | Description |
|---|---|
| de.aristaflow.adept2.core.executionmanager | |
| de.aristaflow.adept2.core.logmanager.logs |
| Modifier and Type | Method and Description |
|---|---|
long[] |
ExecutionManagerMXBean.getCountInstanceExecutionStatusChange(long[] timespans,
int instType,
ExecutionHistory.StateChange... stateChanges)
Gets the amount of instances that have undergone one of the designated state changes within one
of the designated time spans if the instance is of the designated type.
|
long[] |
ExecutionManagerMXBean.getCountNodeStateChange(long[] timespans,
int nodeType,
ExecutionHistory.StateChange... stateChanges)
Gets the amount of nodes that have undergone one of the designated state changes within one of
the designated time spans if the node is of the designated type.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionHistory.StateChange |
ExecutionHistoryEntry.getStateChange()
Returns the state change.
|
static ExecutionHistory.StateChange |
ExecutionHistory.StateChange.valueOf(byte code)
Returns the node state change for the given code or
null if the
code is not recognised. |
static ExecutionHistory.StateChange |
ExecutionHistory.StateChange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionHistory.StateChange[] |
ExecutionHistory.StateChange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
ExecutionHistoryMXBean.getCountInstanceExecutionStatusChange(long[] timespans,
ExecutionHistory.StateChange... stateChanges)
Gets the amount of instances that have undergone one of the designated state changes within one
of the designated state changes within one of the designated time spans.
|
long[] |
ExecutionHistoryMXBean.getCountNodeStateChange(long[] timespans,
ExecutionHistory.StateChange... stateChanges)
Gets the amount of nodes that have undergone one of the designated state changes within one of the designated
time spans.
|
| Constructor and Description |
|---|
ExecutionHistoryEntry(long id,
long timestamp,
java.util.UUID instanceLogID,
java.lang.Integer nodeID,
java.lang.Integer nodeIteration,
ExecutionHistory.StateChange stateChange,
java.lang.Long agentID,
java.lang.Long agentOrgPosID,
java.lang.Long clientDelay,
java.lang.String arbitraryString,
java.lang.String templateName,
java.lang.String instanceName,
java.lang.String nodeName,
java.lang.Boolean supportViewOnly,
java.lang.Long errorCode,
java.lang.String errorState,
java.lang.String errorMessage,
java.net.URI[] executionManagerURIs)
Constructs a new
ExecutionHistoryEntry. |