Uses of Class
org.apache.activemq.usage.Usage
-
Packages that use Usage Package Description org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.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.broker.util Some utility Broker Pluginsorg.apache.activemq.memory org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.usage -
-
Uses of Usage in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory with parameters of type Usage Modifier and Type Method Description voidAdvisoryBroker. isFull(ConnectionContext context, Destination destination, Usage<?> usage) -
Uses of Usage in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type Usage Modifier and Type Method Description voidBroker. isFull(ConnectionContext context, Destination destination, Usage<?> usage)Called when a Usage reaches a limitvoidBrokerFilter. isFull(ConnectionContext context, Destination destination, Usage<?> usage)voidEmptyBroker. isFull(ConnectionContext context, Destination destination, Usage<?> usage)voidErrorBroker. isFull(ConnectionContext context, Destination destination, Usage<?> usage) -
Uses of Usage in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type Usage Modifier and Type Method Description voidBaseDestination. isFull(ConnectionContext context, Usage<?> usage)Called when a Usage reaches a limitvoidDestination. isFull(ConnectionContext context, Usage<?> usage)Called when a Usage reaches a limitvoidDestinationFilter. isFull(ConnectionContext context, Usage<?> usage)voidDurableTopicSubscription. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)voidQueue. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)protected voidBaseDestination. waitForSpace(ConnectionContext context, ProducerBrokerExchange producerBrokerExchange, Usage<?> usage, int highWaterMark, String warning)protected voidBaseDestination. waitForSpace(ConnectionContext context, ProducerBrokerExchange producerBrokerExchange, Usage<?> usage, String warning) -
Uses of Usage in org.apache.activemq.broker.region.cursors
Methods in org.apache.activemq.broker.region.cursors with parameters of type Usage Modifier and Type Method Description voidFilePendingMessageCursor. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage) -
Uses of Usage in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util with parameters of type Usage Modifier and Type Method Description voidLoggingBrokerPlugin. isFull(ConnectionContext context, Destination destination, Usage<?> usage) -
Uses of Usage in org.apache.activemq.memory
Methods in org.apache.activemq.memory with parameters of type Usage Modifier and Type Method Description voidCacheEvictionUsageListener. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)Constructors in org.apache.activemq.memory with parameters of type Usage Constructor Description CacheEvictionUsageListener(Usage usage, int usageHighMark, int usageLowMark, TaskRunnerFactory taskRunnerFactory) -
Uses of Usage in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal with parameters of type Usage Modifier and Type Method Description voidJournalPersistenceAdapter. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage) -
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 classPercentLimitUsage<T extends Usage>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 classJobSchedulerUsageUsed to keep track of how much of something is being used so that a productive working set usage can be controlled.classMemoryUsageUsed to keep track of how much of something is being used so that a productive working set usage can be controlled.classPercentLimitUsage<T extends Usage>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.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)
-