Uses of Class
com.streambase.sb.monitor.StatTuplev3
Package
Description
Provides classes and interfaces to monitor the behavior of a running Streaming server.
-
Uses of com.streambase.sb.monitor.StatTuplev3 in com.streambase.sb.monitor
Modifier and TypeMethodDescriptioncom.streambase.sb.monitor.StatTuplev3
StatsUtil.StatEncoder.newStatTuple()
Get a tuple from cache.com.streambase.sb.monitor.StatTuplev3
StatsUtil.StatEncoder.newStatTuple
(int cycle, long time) com.streambase.sb.monitor.StatTuplev3
StatsUtil.What.newStatTuple
(int cycle, long time) Create a new StatTuple with given cycle and timecom.streambase.sb.monitor.StatTuplev3
StatsUtil.What.newStatTuple
(int cycle, long time, long id) Special form of StatTuple that has ID, should not be called if this What does not register an ID field.static com.streambase.sb.monitor.StatTuplev3
StatsUtil.toStatTuple
(Tuple t) com.streambase.sb.monitor.StatTuplev3
Retrieve data from tuple and returns a StatBuffercom.streambase.sb.monitor.StatTuplev3
Un-marshal a tuple to a StatTupleModifier and TypeMethodDescription(package private) void
SystemInfo.extractGCInfo
(String name, com.streambase.sb.monitor.StatTuplev3 st) Extract garbage collection information(package private) void
DecisionTableInfo.extractInfo
(com.streambase.sb.monitor.StatTuplev3 st) Extract decision table info from this StatTuple.(package private) void
ModuleInfo.extractInfo
(com.streambase.sb.monitor.StatTuplev3 st) extract module info from the StatTuple, setting member data as appropriate(package private) void
OperatorInfo.extractInfo
(com.streambase.sb.monitor.StatTuplev3 st) Extract operator info from this StatTuple.(package private) void
StreamInfo.extractInfo
(com.streambase.sb.monitor.StatTuplev3 st) extract stream info from the StatTuple, setting member data as appropriate(package private) void
SystemInfo.extractInfo
(com.streambase.sb.monitor.StatTuplev3 st) extract system info from the StatTuple, setting member data as appropriate.(package private) void
ThreadInfo.extractInfo
(com.streambase.sb.monitor.StatTuplev3 st) Extract information from statistics tupleprotected void
ModuleInfo.extractQueueInfo
(String name, com.streambase.sb.monitor.StatTuplev3 st) extract queue info from the StatTuple.static String
StatsUtil.getName
(StatsUtil.IdentityHelper helper, com.streambase.sb.monitor.StatTuplev3 st) Fetch the item name using the clientStatsUtil.IdentityHelper.getName
(com.streambase.sb.monitor.StatTuplev3 st) Put data in StatBuffer into the tuple; after marshaling, the stat buffer is recycled.Marshal data into tuple, data would be recycledvoid
StatsUtil.StatEncoder.recycle
(com.streambase.sb.monitor.StatTuplev3 data) void
StatsUtil.What.recycle
(com.streambase.sb.monitor.StatTuplev3 st) Recycle the stat tuple