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 SizeStatisticImplSubscriptionStatistics. inflightMessageSizeprotected SizeStatisticImplDestinationStatistics. messageSizeMethods in org.apache.activemq.broker.region that return SizeStatisticImpl Modifier and Type Method Description SizeStatisticImplSubscriptionStatistics. getInflightMessageSize()SizeStatisticImplDestinationStatistics. 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 SizeStatisticImplSizeStatisticImpl. getParent()Methods in org.apache.activemq.management with parameters of type SizeStatisticImpl Modifier and Type Method Description voidSizeStatisticImpl. 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 SizeStatisticImplAbstractMessageStoreStatistics. messageSizeprotected SizeStatisticImplMessageStoreStatistics. messageSizeMethods in org.apache.activemq.store that return SizeStatisticImpl Modifier and Type Method Description SizeStatisticImplAbstractMessageStoreStatistics. getMessageSize()SizeStatisticImplMessageStoreStatistics. getMessageSize()SizeStatisticImplMessageStoreSubscriptionStatistics. getMessageSize()Total size for all subscriptionsSizeStatisticImplMessageStoreSubscriptionStatistics. getMessageSize(String subKey)
-