Uses of Class
org.apache.qpid.qmf.QMFStatistic

Packages that use QMFStatistic
org.apache.qpid.qmf   
org.apache.qpid.qmf.schema   
 

Uses of QMFStatistic in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return types with arguments of type QMFStatistic
 Collection<QMFStatistic> QMFClass.getStatistics()
           
 

Method parameters in org.apache.qpid.qmf with type arguments of type QMFStatistic
protected  void QMFClass.setStatistics(List<QMFStatistic> statistics)
           
 

Constructor parameters in org.apache.qpid.qmf with type arguments of type QMFStatistic
QMFClass(QMFClass.Type type, String name, byte[] schemaHash, List<QMFProperty> properties, List<QMFStatistic> statistics, List<QMFMethod> methods)
           
QMFEventClass(String name, byte[] schemaHash, List<QMFProperty> properties, List<QMFStatistic> statistics, List<QMFMethod> methods)
           
QMFObjectClass(String name, byte[] schemaHash, List<QMFProperty> properties, List<QMFStatistic> statistics, List<QMFMethod> methods)
           
 

Uses of QMFStatistic in org.apache.qpid.qmf.schema
 

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



Licensed to the Apache Software Foundation