org.apache.qpid.qmf.schema
Interface BrokerSchema.QueueDelegate
- All Superinterfaces:
- QMFObject.Delegate
- Enclosing class:
- BrokerSchema
public static interface BrokerSchema.QueueDelegate
- extends QMFObject.Delegate
getVhostRef
BrokerSchema.VhostObject getVhostRef()
getName
String getName()
getDurable
Boolean getDurable()
getAutoDelete
Boolean getAutoDelete()
getExclusive
Boolean getExclusive()
getArguments
Map getArguments()
getAltExchange
BrokerSchema.ExchangeObject getAltExchange()
getMsgTotalEnqueues
Long getMsgTotalEnqueues()
getMsgTotalDequeues
Long getMsgTotalDequeues()
getMsgTxnEnqueues
Long getMsgTxnEnqueues()
getMsgTxnDequeues
Long getMsgTxnDequeues()
getMsgPersistEnqueues
Long getMsgPersistEnqueues()
getMsgPersistDequeues
Long getMsgPersistDequeues()
getMsgDepth
Long getMsgDepth()
getByteDepth
Long getByteDepth()
getByteTotalEnqueues
Long getByteTotalEnqueues()
getByteTotalDequeues
Long getByteTotalDequeues()
getByteTxnEnqueues
Long getByteTxnEnqueues()
getByteTxnDequeues
Long getByteTxnDequeues()
getBytePersistEnqueues
Long getBytePersistEnqueues()
getBytePersistDequeues
Long getBytePersistDequeues()
getConsumerCount
Long getConsumerCount()
getConsumerCountHigh
Long getConsumerCountHigh()
getConsumerCountLow
Long getConsumerCountLow()
getBindingCount
Long getBindingCount()
getBindingCountHigh
Long getBindingCountHigh()
getBindingCountLow
Long getBindingCountLow()
getUnackedMessages
Long getUnackedMessages()
getUnackedMessagesHigh
Long getUnackedMessagesHigh()
getUnackedMessagesLow
Long getUnackedMessagesLow()
getMessageLatencySamples
Long getMessageLatencySamples()
getMessageLatencyMin
Long getMessageLatencyMin()
getMessageLatencyMax
Long getMessageLatencyMax()
getMessageLatencyAverage
Long getMessageLatencyAverage()
purge
BrokerSchema.QueueClass.PurgeMethodResponseCommand purge(BrokerSchema.QueueClass.PurgeMethodResponseCommandFactory factory,
Long request)
reroute
BrokerSchema.QueueClass.RerouteMethodResponseCommand reroute(BrokerSchema.QueueClass.RerouteMethodResponseCommandFactory factory,
Long request,
Boolean useAltExchange,
String exchange)
Licensed to the Apache Software Foundation