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,
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) |
| 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() |
Long |
getRingSize() |
RoutingType |
getRoutingType() |
boolean |
isAutoCreated() |
boolean |
isAutoCreateQueues() |
Boolean |
isAutoDelete() |
Boolean |
isConfigurationManaged() |
boolean |
isDurable() |
Boolean |
isEnabled() |
Boolean |
isExclusive() |
boolean |
isExists() |
Boolean |
isGroupRebalance() |
Boolean |
isGroupRebalancePauseDispatch() |
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, 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)
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 Boolean isGroupRebalancePauseDispatch()
public Integer getGroupBuckets()
public SimpleString getGroupFirstKey()
public Boolean isAutoDelete()
public Long getAutoDeleteDelay()
public Long getAutoDeleteMessageCount()
public Long getRingSize()
public Boolean isEnabled()
public Boolean isConfigurationManaged()
Copyright © 2025 JBoss by Red Hat. All rights reserved.