public class BrokerDestinationView extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageBlockedTime() |
double |
getAverageEnqueueTime() |
double |
getAverageMessageSize() |
long |
getBlockedSends() |
int |
getConsumerCount() |
long |
getDequeueCount() |
long |
getDispatchCount() |
long |
getEnqueueCount() |
long |
getExpiredCount() |
long |
getInFlightCount() |
long |
getMaxEnqueueTime() |
long |
getMaxMessageSize() |
long |
getMemoryLimit() |
int |
getMemoryPercentUsage() |
long |
getMemoryUsageByteCount() |
long |
getMessagesCached() |
long |
getMinEnqueueTime() |
long |
getMinMessageSize() |
String |
getName() |
int |
getProducerCount() |
long |
getQueueSize() |
int |
getTempPercentUsage()
Gets the temp usage as a percentage for this Destination.
|
long |
getTempUsageLimit()
Gets the temp usage limit in bytes.
|
long |
getTotalBlockedTime() |
boolean |
isDLQ() |
public long getEnqueueCount()
public long getDequeueCount()
public long getDispatchCount()
public long getInFlightCount()
public long getExpiredCount()
public int getConsumerCount()
public int getProducerCount()
public long getQueueSize()
public long getMessagesCached()
public int getMemoryPercentUsage()
public long getMemoryUsageByteCount()
public long getMemoryLimit()
public int getTempPercentUsage()
public long getTempUsageLimit()
public double getAverageEnqueueTime()
public long getMaxEnqueueTime()
public long getMinEnqueueTime()
public double getAverageMessageSize()
public long getMaxMessageSize()
public long getMinMessageSize()
public boolean isDLQ()
public long getBlockedSends()
public double getAverageBlockedTime()
public long getTotalBlockedTime()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.