org.apache.qpid.qmf.schema
Class BrokerSchema.QueueObject
java.lang.Object
org.apache.qpid.qmf.QMFObject<BrokerSchema.QueueClass,BrokerSchema.QueueDelegate>
org.apache.qpid.qmf.schema.BrokerSchema.QueueObject
- Enclosing class:
- BrokerSchema
public final class BrokerSchema.QueueObject
- extends QMFObject<BrokerSchema.QueueClass,BrokerSchema.QueueDelegate>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerSchema.QueueObject
protected BrokerSchema.QueueObject(BrokerSchema.QueueDelegate delegate)
getQMFClass
public BrokerSchema.QueueClass getQMFClass()
- Specified by:
getQMFClass
in class QMFObject<BrokerSchema.QueueClass,BrokerSchema.QueueDelegate>
asConfigInfoCmd
public QMFCommand asConfigInfoCmd(long sampleTime)
- Specified by:
asConfigInfoCmd
in class QMFObject<BrokerSchema.QueueClass,BrokerSchema.QueueDelegate>
asInstrumentInfoCmd
public QMFCommand asInstrumentInfoCmd(long sampleTime)
- Specified by:
asInstrumentInfoCmd
in class QMFObject<BrokerSchema.QueueClass,BrokerSchema.QueueDelegate>
asGetQueryResponseCmd
public QMFCommand asGetQueryResponseCmd(QMFGetQueryCommand queryCommand,
long sampleTime)
- Specified by:
asGetQueryResponseCmd
in class QMFObject<BrokerSchema.QueueClass,BrokerSchema.QueueDelegate>
purge
public BrokerSchema.QueueClass.PurgeMethodResponseCommand purge(BrokerSchema.QueueClass.PurgeMethodResponseCommandFactory factory,
Long request)
reroute
public BrokerSchema.QueueClass.RerouteMethodResponseCommand reroute(BrokerSchema.QueueClass.RerouteMethodResponseCommandFactory factory,
Long request,
Boolean useAltExchange,
String exchange)
getVhostRef
public BrokerSchema.VhostObject getVhostRef()
getName
public String getName()
getDurable
public Boolean getDurable()
getAutoDelete
public Boolean getAutoDelete()
getExclusive
public Boolean getExclusive()
getArguments
public Map getArguments()
getAltExchange
public BrokerSchema.ExchangeObject getAltExchange()
getMsgTotalEnqueues
public Long getMsgTotalEnqueues()
getMsgTotalDequeues
public Long getMsgTotalDequeues()
getMsgTxnEnqueues
public Long getMsgTxnEnqueues()
getMsgTxnDequeues
public Long getMsgTxnDequeues()
getMsgPersistEnqueues
public Long getMsgPersistEnqueues()
getMsgPersistDequeues
public Long getMsgPersistDequeues()
getMsgDepth
public Long getMsgDepth()
getByteDepth
public Long getByteDepth()
getByteTotalEnqueues
public Long getByteTotalEnqueues()
getByteTotalDequeues
public Long getByteTotalDequeues()
getByteTxnEnqueues
public Long getByteTxnEnqueues()
getByteTxnDequeues
public Long getByteTxnDequeues()
getBytePersistEnqueues
public Long getBytePersistEnqueues()
getBytePersistDequeues
public Long getBytePersistDequeues()
getConsumerCount
public Long getConsumerCount()
getConsumerCountHigh
public Long getConsumerCountHigh()
getConsumerCountLow
public Long getConsumerCountLow()
getBindingCount
public Long getBindingCount()
getBindingCountHigh
public Long getBindingCountHigh()
getBindingCountLow
public Long getBindingCountLow()
getUnackedMessages
public Long getUnackedMessages()
getUnackedMessagesHigh
public Long getUnackedMessagesHigh()
getUnackedMessagesLow
public Long getUnackedMessagesLow()
getMessageLatencySamples
public Long getMessageLatencySamples()
getMessageLatencyMin
public Long getMessageLatencyMin()
getMessageLatencyMax
public Long getMessageLatencyMax()
getMessageLatencyAverage
public Long getMessageLatencyAverage()
Licensed to the Apache Software Foundation