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 in
    Modifier and Type
    Method
    Description
    com.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 time
    com.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
    StatsUtil.StatEncoder.unmarshal(Tuple t)
    Retrieve data from tuple and returns a StatBuffer
    com.streambase.sb.monitor.StatTuplev3
    StatsUtil.What.unmarshal(Tuple t)
    Un-marshal a tuple to a StatTuple
    Methods in com.streambase.sb.monitor with parameters of type com.streambase.sb.monitor.StatTuplev3 in in
    Modifier and Type
    Method
    Description
    (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 tuple
    protected 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 client
    StatsUtil.IdentityHelper.getName(com.streambase.sb.monitor.StatTuplev3 st)
     
    StatsUtil.StatEncoder.marshal(Tuple t, com.streambase.sb.monitor.StatTuplev3 data)
    Put data in StatBuffer into the tuple; after marshaling, the stat buffer is recycled.
    StatsUtil.What.marshal(Tuple t, com.streambase.sb.monitor.StatTuplev3 data)
    Marshal data into tuple, data would be recycled
    void
    StatsUtil.StatEncoder.recycle(com.streambase.sb.monitor.StatTuplev3 data)
     
    void
    StatsUtil.What.recycle(com.streambase.sb.monitor.StatTuplev3 st)
    Recycle the stat tuple