|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.addsimplicity.anicetus.entity.GlobalInfo
org.addsimplicity.anicetus.entity.TelemetryState
public class TelemetryState
A state telemetry is a statement of a fact. Applications will use the state telemetry to update the bus with facts that might be interesting for monitoring or managing. For example, the number of progress of a long running map/reduce could be reported periodically with state telemetry.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
TelemetryState()
Construct a state without a parent. |
|
TelemetryState(GlobalInfo parent)
Construct a state with the specified artifact as the parent. |
|
| Method Summary |
|---|
| Methods inherited from class org.addsimplicity.anicetus.entity.GlobalInfo |
|---|
clear, containsKey, containsValue, entrySet, equals, get, getEntityId, getExecutionContext, getMessage, getParentId, getReportingNode, getTimeStamp, hashCode, isEmpty, keySet, put, putAll, remove, setEntityId, setExceptionAsMessage, setExecutionContext, setMessage, setParentId, setReportingNode, setTimeStamp, size, values |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TelemetryState()
public TelemetryState(GlobalInfo parent)
parent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||