Uses of Class
org.apache.activemq.usage.Usage
-
Packages that use Usage Package Description org.apache.activemq.usage -
-
Uses of Usage in org.apache.activemq.usage
Classes in org.apache.activemq.usage with type parameters of type Usage Modifier and Type Class Description classUsage<T extends Usage>Used to keep track of how much of something is being used so that a productive working set usage can be controlled.Subclasses of Usage in org.apache.activemq.usage Modifier and Type Class Description classMemoryUsageUsed to keep track of how much of something is being used so that a productive working set usage can be controlled.Fields in org.apache.activemq.usage declared as Usage Modifier and Type Field Description protected TUsage. parentMethods in org.apache.activemq.usage with parameters of type Usage Modifier and Type Method Description voidUsageListener. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)
-