Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.broker.region.cursors |
Cursors used to page persistent messages into the broker from the store
|
org.apache.activemq.management |
An implementation of the J2EE Management API
|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
Modifier and Type | Field and Description |
---|---|
protected SizeStatisticImpl |
SubscriptionStatistics.inflightMessageSize |
protected SizeStatisticImpl |
DestinationStatistics.messageSize |
Modifier and Type | Method and Description |
---|---|
SizeStatisticImpl |
SubscriptionStatistics.getInflightMessageSize() |
SizeStatisticImpl |
DestinationStatistics.getMessageSize() |
Constructor and Description |
---|
PendingMessageHelper(Map<MessageId,PendingNode> map,
SizeStatisticImpl messageSize) |
Modifier and Type | Method and Description |
---|---|
SizeStatisticImpl |
SizeStatisticImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
SizeStatisticImpl.setParent(SizeStatisticImpl parent) |
Constructor and Description |
---|
SizeStatisticImpl(SizeStatisticImpl parent,
String name,
String description) |
Modifier and Type | Field and Description |
---|---|
protected SizeStatisticImpl |
MessageStoreStatistics.messageSize |
protected SizeStatisticImpl |
AbstractMessageStoreStatistics.messageSize |
Modifier and Type | Method and Description |
---|---|
SizeStatisticImpl |
MessageStoreStatistics.getMessageSize() |
SizeStatisticImpl |
MessageStoreSubscriptionStatistics.getMessageSize()
Total size for all subscriptions
|
SizeStatisticImpl |
AbstractMessageStoreStatistics.getMessageSize() |
SizeStatisticImpl |
MessageStoreSubscriptionStatistics.getMessageSize(String subKey) |
Copyright © 2005–2017. All rights reserved.