Package com.streambase.sb.monitor
Class StatTuple
- java.lang.Object
-
- com.streambase.sb.monitor.StatTuple
-
-
Field Summary
Fields Modifier and Type Field Description static StringINDEX_FIELD_NAMEIndex field name - "index"static StringNAME_FIELD_NAMEName field name - "name"static StringSTATUS_FIELD_NAMEStatus field name - "status"static StringVALUE_FIELD_NAMEValue field name - "value"static StringWHAT_FIELD_NAMEWhat field name - "what"
-
-
-
Field Detail
-
WHAT_FIELD_NAME
public static final String WHAT_FIELD_NAME
What field name - "what"- See Also:
- Constant Field Values
-
NAME_FIELD_NAME
public static final String NAME_FIELD_NAME
Name field name - "name"- See Also:
- Constant Field Values
-
INDEX_FIELD_NAME
public static final String INDEX_FIELD_NAME
Index field name - "index"- See Also:
- Constant Field Values
-
VALUE_FIELD_NAME
public static final String VALUE_FIELD_NAME
Value field name - "value"- See Also:
- Constant Field Values
-
STATUS_FIELD_NAME
public static final String STATUS_FIELD_NAME
Status field name - "status"- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StatTuple
public StatTuple(Tuple t) throws TupleException
Constructor- Parameters:
t- statistics tuple- Throws:
TupleException- Invalid tuple
-
-