Uses of Class
com.streambase.sb.monitor.StatTuplev3
-
Packages that use StatTuplev3 Package Description com.streambase.sb.monitor Provides classes and interfaces to monitor the behavior of a running StreamBase server. -
-
Uses of StatTuplev3 in com.streambase.sb.monitor
Fields in com.streambase.sb.monitor with type parameters of type StatTuplev3 Modifier and Type Field Description protected List<StatTuplev3>
Snapshotv3. statTuples
Methods in com.streambase.sb.monitor that return StatTuplev3 Modifier and Type Method Description StatTuplev3
StatsUtil.StatEncoder. newStatTuple()
Get a tuple from cache.StatTuplev3
StatsUtil.StatEncoder. newStatTuple(int cycle, long time)
StatTuplev3
StatsUtil.What. newStatTuple(int cycle, long time)
Create a new StatTuple with given cycle and timeStatTuplev3
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 StatTuplev3
StatsUtil. toStatTuple(Tuple t)
StatTuplev3
StatsUtil.StatEncoder. unmarshal(Tuple t)
Retrieve data from tuple and returns a StatBufferStatTuplev3
StatsUtil.What. unmarshal(Tuple t)
Un-marshal a tuple to a StatTupleMethods in com.streambase.sb.monitor with parameters of type StatTuplev3 Modifier and Type Method Description protected void
SystemInfo. extractGCInfo(String name, StatTuplev3 st)
protected void
ModuleInfo. extractQueueInfo(String name, StatTuplev3 st)
extract queue info from the StatTuple.static String
StatsUtil. getName(StatsUtil.IdentityHelper helper, StatTuplev3 st)
Fetch the item name using the clientString
StatsUtil.IdentityHelper. getName(StatTuplev3 st)
Tuple
StatsUtil.StatEncoder. marshal(Tuple t, StatTuplev3 data)
Put data in StatBuffer into the tuple; after marshaling, the stat buffer is recycled.Tuple
StatsUtil.What. marshal(Tuple t, StatTuplev3 data)
Marshal data into tuple, data would be recycledvoid
StatsUtil.StatEncoder. recycle(StatTuplev3 data)
void
StatsUtil.What. recycle(StatTuplev3 st)
Recycle the stat tuple
-