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 void
BrokerService. 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 class
StoreUsage
Used to keep track of how much of something is being used so that a productive working set usage can be controlled.class
TempUsage
Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
-