org.apache.qpid.qmf
Class QMFStatistic

java.lang.Object
  extended by org.apache.qpid.qmf.QMFStatistic
Direct Known Subclasses:
BrokerSchema.BindingClass.MsgMatchedStatistic, BrokerSchema.BrokerClass.UptimeStatistic, BrokerSchema.ConnectionClass.BytesFromClientStatistic, BrokerSchema.ConnectionClass.BytesToClientStatistic, BrokerSchema.ConnectionClass.ClosingStatistic, BrokerSchema.ConnectionClass.FramesFromClientStatistic, BrokerSchema.ConnectionClass.FramesToClientStatistic, BrokerSchema.ExchangeClass.BindingCountHighStatistic, BrokerSchema.ExchangeClass.BindingCountLowStatistic, BrokerSchema.ExchangeClass.BindingCountStatistic, BrokerSchema.ExchangeClass.ByteDropsStatistic, BrokerSchema.ExchangeClass.ByteReceivesStatistic, BrokerSchema.ExchangeClass.ByteRoutesStatistic, BrokerSchema.ExchangeClass.MsgDropsStatistic, BrokerSchema.ExchangeClass.MsgReceivesStatistic, BrokerSchema.ExchangeClass.MsgRoutesStatistic, BrokerSchema.ExchangeClass.ProducerCountHighStatistic, BrokerSchema.ExchangeClass.ProducerCountLowStatistic, BrokerSchema.ExchangeClass.ProducerCountStatistic, BrokerSchema.LinkClass.LastErrorStatistic, BrokerSchema.LinkClass.StateStatistic, BrokerSchema.QueueClass.BindingCountHighStatistic, BrokerSchema.QueueClass.BindingCountLowStatistic, BrokerSchema.QueueClass.BindingCountStatistic, BrokerSchema.QueueClass.ByteDepthStatistic, BrokerSchema.QueueClass.BytePersistDequeuesStatistic, BrokerSchema.QueueClass.BytePersistEnqueuesStatistic, BrokerSchema.QueueClass.ByteTotalDequeuesStatistic, BrokerSchema.QueueClass.ByteTotalEnqueuesStatistic, BrokerSchema.QueueClass.ByteTxnDequeuesStatistic, BrokerSchema.QueueClass.ByteTxnEnqueuesStatistic, BrokerSchema.QueueClass.ConsumerCountHighStatistic, BrokerSchema.QueueClass.ConsumerCountLowStatistic, BrokerSchema.QueueClass.ConsumerCountStatistic, BrokerSchema.QueueClass.MessageLatencyAverageStatistic, BrokerSchema.QueueClass.MessageLatencyMaxStatistic, BrokerSchema.QueueClass.MessageLatencyMinStatistic, BrokerSchema.QueueClass.MessageLatencySamplesStatistic, BrokerSchema.QueueClass.MsgDepthStatistic, BrokerSchema.QueueClass.MsgPersistDequeuesStatistic, BrokerSchema.QueueClass.MsgPersistEnqueuesStatistic, BrokerSchema.QueueClass.MsgTotalDequeuesStatistic, BrokerSchema.QueueClass.MsgTotalEnqueuesStatistic, BrokerSchema.QueueClass.MsgTxnDequeuesStatistic, BrokerSchema.QueueClass.MsgTxnEnqueuesStatistic, BrokerSchema.QueueClass.UnackedMessagesHighStatistic, BrokerSchema.QueueClass.UnackedMessagesLowStatistic, BrokerSchema.QueueClass.UnackedMessagesStatistic, BrokerSchema.SessionClass.ClientCreditStatistic, BrokerSchema.SessionClass.FramesOutstandingStatistic, BrokerSchema.SessionClass.TxnCommitsStatistic, BrokerSchema.SessionClass.TxnCountStatistic, BrokerSchema.SessionClass.TxnRejectsStatistic, BrokerSchema.SessionClass.TxnStartsStatistic, BrokerSchema.SubscriptionClass.DeliveredStatistic

public class QMFStatistic
extends Object


Constructor Summary
QMFStatistic(String name, QMFType type, String unit, String description)
           
 
Method Summary
 void encode(org.apache.qpid.transport.codec.Encoder encoder)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMFStatistic

public QMFStatistic(String name,
                    QMFType type,
                    String unit,
                    String description)
Method Detail

encode

public void encode(org.apache.qpid.transport.codec.Encoder encoder)

getName

public String getName()


Licensed to the Apache Software Foundation