Uses of Class
org.apache.activemq.usage.PercentLimitUsage
-
Packages that use PercentLimitUsage Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.usage -
-
Uses of PercentLimitUsage in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type PercentLimitUsage Modifier and Type Method Description protected voidBrokerService. checkUsageLimit(File dir, PercentLimitUsage<?> storeUsage, int percentLimit) -
Uses of PercentLimitUsage in org.apache.activemq.usage
Subclasses of PercentLimitUsage in org.apache.activemq.usage Modifier and Type Class Description classStoreUsageUsed to keep track of how much of something is being used so that a productive working set usage can be controlled.classTempUsageUsed to keep track of how much of something is being used so that a productive working set usage can be controlled.
-