SojournResult
Per-state cumulative time, transition counts, and current-state dwell.
Constructors
Properties
Nanoseconds spent in the current state since it was last entered.
State key currently occupied, or Long.MIN_VALUE when no observation has landed yet.
Timestamp (nanoseconds) at which the current state was entered.
False until the first DiscreteStat.update has been recorded.
Declared state alphabet, in the order passed to SojournStat.
Timestamp (nanoseconds) at which the snapshot was taken.
Cumulative nanoseconds spent in each declared state, in states order.
Number of transitions into each declared state, in states order. The first update counts as an entry into its state.
SojournResult
currentDwellNanos
Nanoseconds spent in the current state since it was last entered.
currentStateEnterTimestampNanos
Timestamp (nanoseconds) at which the current state was entered.
currentState
State key currently occupied, or Long.MIN_VALUE when no observation has landed yet.
hasState
False until the first DiscreteStat.update has been recorded.
states
Declared state alphabet, in the order passed to SojournStat.
timestampNanos
Timestamp (nanoseconds) at which the snapshot was taken.
totalNanosByState
Cumulative nanoseconds spent in each declared state, in states order.
transitionsByState
Number of transitions into each declared state, in states order. The first update counts as an entry into its state.