Class QueueQueryResult
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.QueueQueryResult
-
public class QueueQueryResult extends Object
-
-
Constructor Summary
Constructors Constructor Description QueueQueryResult(SimpleString name, SimpleString address, boolean durable, boolean temporary, SimpleString filterString, int consumerCount, long messageCount, boolean autoCreateQueues, boolean exists, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType, int maxConsumers, Boolean exclusive, Boolean groupRebalance, Boolean groupRebalancePauseDispatch, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Integer defaultConsumerWindowSize, Long ringSize, Boolean enabled, Boolean configurationManaged)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleStringgetAddress()LonggetAutoDeleteDelay()LonggetAutoDeleteMessageCount()intgetConsumerCount()IntegergetConsumersBeforeDispatch()IntegergetDefaultConsumerWindowSize()LonggetDelayBeforeDispatch()SimpleStringgetFilterString()IntegergetGroupBuckets()SimpleStringgetGroupFirstKey()SimpleStringgetLastValueKey()intgetMaxConsumers()longgetMessageCount()SimpleStringgetName()LonggetRingSize()RoutingTypegetRoutingType()booleanisAutoCreated()booleanisAutoCreateQueues()BooleanisAutoDelete()BooleanisConfigurationManaged()booleanisDurable()BooleanisEnabled()BooleanisExclusive()booleanisExists()BooleanisGroupRebalance()BooleanisGroupRebalancePauseDispatch()BooleanisLastValue()BooleanisNonDestructive()booleanisPurgeOnNoConsumers()booleanisTemporary()voidsetAddress(SimpleString address)
-
-
-
Constructor Detail
-
QueueQueryResult
public QueueQueryResult(SimpleString name, SimpleString address, boolean durable, boolean temporary, SimpleString filterString, int consumerCount, long messageCount, boolean autoCreateQueues, boolean exists, boolean autoCreated, boolean purgeOnNoConsumers, RoutingType routingType, int maxConsumers, Boolean exclusive, Boolean groupRebalance, Boolean groupRebalancePauseDispatch, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Integer defaultConsumerWindowSize, Long ringSize, Boolean enabled, Boolean configurationManaged)
-
-
Method Detail
-
isExists
public boolean isExists()
-
isDurable
public boolean isDurable()
-
getConsumerCount
public int getConsumerCount()
-
getMessageCount
public long getMessageCount()
-
getFilterString
public SimpleString getFilterString()
-
getAddress
public SimpleString getAddress()
-
getName
public SimpleString getName()
-
isTemporary
public boolean isTemporary()
-
isAutoCreateQueues
public boolean isAutoCreateQueues()
-
isAutoCreated
public boolean isAutoCreated()
-
isPurgeOnNoConsumers
public boolean isPurgeOnNoConsumers()
-
getRoutingType
public RoutingType getRoutingType()
-
getMaxConsumers
public int getMaxConsumers()
-
setAddress
public void setAddress(SimpleString address)
-
isExclusive
public Boolean isExclusive()
-
isLastValue
public Boolean isLastValue()
-
getLastValueKey
public SimpleString getLastValueKey()
-
isNonDestructive
public Boolean isNonDestructive()
-
getConsumersBeforeDispatch
public Integer getConsumersBeforeDispatch()
-
getDelayBeforeDispatch
public Long getDelayBeforeDispatch()
-
getDefaultConsumerWindowSize
public Integer getDefaultConsumerWindowSize()
-
isGroupRebalance
public Boolean isGroupRebalance()
-
isGroupRebalancePauseDispatch
public Boolean isGroupRebalancePauseDispatch()
-
getGroupBuckets
public Integer getGroupBuckets()
-
getGroupFirstKey
public SimpleString getGroupFirstKey()
-
isAutoDelete
public Boolean isAutoDelete()
-
getAutoDeleteDelay
public Long getAutoDeleteDelay()
-
getAutoDeleteMessageCount
public Long getAutoDeleteMessageCount()
-
getRingSize
public Long getRingSize()
-
isEnabled
public Boolean isEnabled()
-
isConfigurationManaged
public Boolean isConfigurationManaged()
-
-