Uses of Class
org.apache.activemq.management.SizeStatisticImpl
-
Packages that use SizeStatisticImpl 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 storeorg.apache.activemq.management An implementation of the J2EE Management APIorg.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of SizeStatisticImpl in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as SizeStatisticImpl Modifier and Type Field Description protected SizeStatisticImpl
SubscriptionStatistics. inflightMessageSize
protected SizeStatisticImpl
DestinationStatistics. messageSize
Methods in org.apache.activemq.broker.region that return SizeStatisticImpl Modifier and Type Method Description SizeStatisticImpl
SubscriptionStatistics. getInflightMessageSize()
SizeStatisticImpl
DestinationStatistics. getMessageSize()
-
Uses of SizeStatisticImpl in org.apache.activemq.broker.region.cursors
Constructors in org.apache.activemq.broker.region.cursors with parameters of type SizeStatisticImpl Constructor Description PendingMessageHelper(Map<MessageId,PendingNode> map, SizeStatisticImpl messageSize)
-
Uses of SizeStatisticImpl in org.apache.activemq.management
Methods in org.apache.activemq.management that return SizeStatisticImpl Modifier and Type Method Description SizeStatisticImpl
SizeStatisticImpl. getParent()
Methods in org.apache.activemq.management with parameters of type SizeStatisticImpl Modifier and Type Method Description void
SizeStatisticImpl. setParent(SizeStatisticImpl parent)
Constructors in org.apache.activemq.management with parameters of type SizeStatisticImpl Constructor Description SizeStatisticImpl(SizeStatisticImpl parent, String name, String description)
-
Uses of SizeStatisticImpl in org.apache.activemq.store
Fields in org.apache.activemq.store declared as SizeStatisticImpl Modifier and Type Field Description protected SizeStatisticImpl
AbstractMessageStoreStatistics. messageSize
protected SizeStatisticImpl
MessageStoreStatistics. messageSize
Methods in org.apache.activemq.store that return SizeStatisticImpl Modifier and Type Method Description SizeStatisticImpl
AbstractMessageStoreStatistics. getMessageSize()
SizeStatisticImpl
MessageStoreStatistics. getMessageSize()
SizeStatisticImpl
MessageStoreSubscriptionStatistics. getMessageSize()
Total size for all subscriptionsSizeStatisticImpl
MessageStoreSubscriptionStatistics. getMessageSize(String subKey)
-