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
Fields -
Constructor Summary
Constructors -
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:
-
-
Constructor Details
-
StatTuple
Constructor- Parameters:
t- statistics tuple- Throws:
TupleException- Invalid tuple
-
StatTuple
Constructor- Parameters:
w- whatn- namei- indexv- values- status
-
-
Method Details