Uses of Class
com.streambase.sb.monitor.StatTuplev3
Packages that use 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
Methods in com.streambase.sb.monitor that return com.streambase.sb.monitor.StatTuplev3 in inModifier and TypeMethodDescriptioncom.streambase.sb.monitor.StatTuplev3StatsUtil.StatEncoder.newStatTuple()Get a tuple from cache.com.streambase.sb.monitor.StatTuplev3StatsUtil.StatEncoder.newStatTuple(int cycle, long time) com.streambase.sb.monitor.StatTuplev3StatsUtil.What.newStatTuple(int cycle, long time) Create a new StatTuple with given cycle and timecom.streambase.sb.monitor.StatTuplev3StatsUtil.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.StatTuplev3StatsUtil.toStatTuple(Tuple t) com.streambase.sb.monitor.StatTuplev3Retrieve data from tuple and returns a StatBuffercom.streambase.sb.monitor.StatTuplev3Un-marshal a tuple to a StatTupleMethods in com.streambase.sb.monitor with parameters of type com.streambase.sb.monitor.StatTuplev3 in inModifier and TypeMethodDescription(package private) voidSystemInfo.extractGCInfo(String name, com.streambase.sb.monitor.StatTuplev3 st) Extract garbage collection information(package private) voidDecisionTableInfo.extractInfo(com.streambase.sb.monitor.StatTuplev3 st) Extract decision table info from this StatTuple.(package private) voidModuleInfo.extractInfo(com.streambase.sb.monitor.StatTuplev3 st) extract module info from the StatTuple, setting member data as appropriate(package private) voidOperatorInfo.extractInfo(com.streambase.sb.monitor.StatTuplev3 st) Extract operator info from this StatTuple.(package private) voidStreamInfo.extractInfo(com.streambase.sb.monitor.StatTuplev3 st) extract stream info from the StatTuple, setting member data as appropriate(package private) voidSystemInfo.extractInfo(com.streambase.sb.monitor.StatTuplev3 st) extract system info from the StatTuple, setting member data as appropriate.(package private) voidThreadInfo.extractInfo(com.streambase.sb.monitor.StatTuplev3 st) Extract information from statistics tupleprotected voidModuleInfo.extractQueueInfo(String name, com.streambase.sb.monitor.StatTuplev3 st) extract queue info from the StatTuple.static StringStatsUtil.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 recycledvoidStatsUtil.StatEncoder.recycle(com.streambase.sb.monitor.StatTuplev3 data) voidStatsUtil.What.recycle(com.streambase.sb.monitor.StatTuplev3 st) Recycle the stat tuple