public class QueueQueryResult extends Object
Constructor and 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,
Integer groupBuckets,
SimpleString groupFirstKey,
Boolean lastValue,
SimpleString lastValueKey,
Boolean nonDestructive,
Integer consumersBeforeDispatch,
Long delayBeforeDispatch,
Boolean autoDelete,
Long autoDeleteDelay,
Long autoDeleteMessageCount,
Integer defaultConsumerWindowSize) |
Modifier and Type | Method and Description |
---|---|
SimpleString |
getAddress() |
Long |
getAutoDeleteDelay() |
Long |
getAutoDeleteMessageCount() |
int |
getConsumerCount() |
Integer |
getConsumersBeforeDispatch() |
Integer |
getDefaultConsumerWindowSize() |
Long |
getDelayBeforeDispatch() |
SimpleString |
getFilterString() |
Integer |
getGroupBuckets() |
SimpleString |
getGroupFirstKey() |
SimpleString |
getLastValueKey() |
int |
getMaxConsumers() |
long |
getMessageCount() |
SimpleString |
getName() |
RoutingType |
getRoutingType() |
boolean |
isAutoCreated() |
boolean |
isAutoCreateQueues() |
Boolean |
isAutoDelete() |
boolean |
isDurable() |
Boolean |
isExclusive() |
boolean |
isExists() |
Boolean |
isGroupRebalance() |
Boolean |
isLastValue() |
Boolean |
isNonDestructive() |
boolean |
isPurgeOnNoConsumers() |
boolean |
isTemporary() |
void |
setAddress(SimpleString address) |
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, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, Integer defaultConsumerWindowSize)
public boolean isExists()
public boolean isDurable()
public int getConsumerCount()
public long getMessageCount()
public SimpleString getFilterString()
public SimpleString getAddress()
public SimpleString getName()
public boolean isTemporary()
public boolean isAutoCreateQueues()
public boolean isAutoCreated()
public boolean isPurgeOnNoConsumers()
public RoutingType getRoutingType()
public int getMaxConsumers()
public void setAddress(SimpleString address)
public Boolean isExclusive()
public Boolean isLastValue()
public SimpleString getLastValueKey()
public Boolean isNonDestructive()
public Integer getConsumersBeforeDispatch()
public Long getDelayBeforeDispatch()
public Integer getDefaultConsumerWindowSize()
public Boolean isGroupRebalance()
public Integer getGroupBuckets()
public SimpleString getGroupFirstKey()
public Boolean isAutoDelete()
public Long getAutoDeleteDelay()
public Long getAutoDeleteMessageCount()
Copyright © 2019 JBoss by Red Hat. All rights reserved.