Package com.streambase.sb.monitor
Class StatTuple
java.lang.Object
com.streambase.sb.monitor.StatTuple
Represents a single stats tuple, which is stored by a snapshot.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription(package private) final int
Statistic sample indexstatic final String
Index field name - "index"(package private) final String
Statistic namestatic final String
Name field name - "name"(package private) final String
Statistic statusstatic final String
Status field name - "status"(package private) final long
Statistic valuestatic final String
Value field name - "value"(package private) final String
What actionstatic final String
What field name - "what" -
Constructor Summary
-
Method Summary
-
Field Details
-
WHAT_FIELD_NAME
What field name - "what"- See Also:
-
NAME_FIELD_NAME
Name field name - "name"- See Also:
-
INDEX_FIELD_NAME
Index field name - "index"- See Also:
-
VALUE_FIELD_NAME
Value field name - "value"- See Also:
-
STATUS_FIELD_NAME
Status field name - "status"- See Also:
-
what
What action -
name
Statistic name -
index
final int indexStatistic sample index -
value
final long valueStatistic value -
status
Statistic status
-
-
Constructor Details
-
StatTuple
Constructor- Parameters:
t
- statistics tuple- Throws:
TupleException
- Invalid tuple
-
StatTuple
Constructor- Parameters:
w
- whatn
- namei
- indexv
- values
- status
-
-
Method Details