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 void
AdvisoryBroker. 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 void
Broker. isFull(ConnectionContext context, Destination destination, Usage<?> usage)
Called when a Usage reaches a limitvoid
BrokerFilter. isFull(ConnectionContext context, Destination destination, Usage<?> usage)
void
EmptyBroker. isFull(ConnectionContext context, Destination destination, Usage<?> usage)
void
ErrorBroker. 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 void
BaseDestination. isFull(ConnectionContext context, Usage<?> usage)
Called when a Usage reaches a limitvoid
Destination. isFull(ConnectionContext context, Usage<?> usage)
Called when a Usage reaches a limitvoid
DestinationFilter. isFull(ConnectionContext context, Usage<?> usage)
void
DurableTopicSubscription. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)
void
Queue. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)
protected void
BaseDestination. waitForSpace(ConnectionContext context, ProducerBrokerExchange producerBrokerExchange, Usage<?> usage, int highWaterMark, String warning)
protected void
BaseDestination. 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 void
FilePendingMessageCursor. 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 void
LoggingBrokerPlugin. 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 void
CacheEvictionUsageListener. 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 void
JournalPersistenceAdapter. 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 class
PercentLimitUsage<T extends Usage>
class
Usage<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 class
JobSchedulerUsage
Used to keep track of how much of something is being used so that a productive working set usage can be controlled.class
MemoryUsage
Used to keep track of how much of something is being used so that a productive working set usage can be controlled.class
PercentLimitUsage<T extends Usage>
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.Fields in org.apache.activemq.usage declared as Usage Modifier and Type Field Description protected T
Usage. parent
Methods in org.apache.activemq.usage with parameters of type Usage Modifier and Type Method Description void
UsageListener. onUsageChanged(Usage usage, int oldPercentUsage, int newPercentUsage)
-