|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Usage | |
---|---|
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 store |
org.apache.activemq.broker.util | Some utility Broker Plugins |
org.apache.activemq.memory | |
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
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 | |
---|---|
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 | |
---|---|
void |
BrokerFilter.isFull(ConnectionContext context,
Destination destination,
Usage usage)
|
void |
EmptyBroker.isFull(ConnectionContext context,
Destination destination,
Usage usage)
|
void |
MutableBrokerFilter.isFull(ConnectionContext context,
Destination destination,
Usage usage)
|
void |
Broker.isFull(ConnectionContext context,
Destination destination,
Usage usage)
Called when a Usage reaches a limit |
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 | |
---|---|
void |
DestinationFilter.isFull(ConnectionContext context,
Usage<?> usage)
|
void |
BaseDestination.isFull(ConnectionContext context,
Usage<?> usage)
Called when a Usage reaches a limit |
void |
Destination.isFull(ConnectionContext context,
Usage<?> usage)
Called when a Usage reaches a limit |
void |
DurableTopicSubscription.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage)
|
void |
Queue.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage)
|
protected void |
BaseDestination.waitForSpace(ConnectionContext context,
Usage<?> usage,
int highWaterMark,
java.lang.String warning)
|
protected void |
BaseDestination.waitForSpace(ConnectionContext context,
Usage<?> usage,
java.lang.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
CacheEvictionUsageListener.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage)
|
Constructors in org.apache.activemq.memory with parameters of type Usage | |
---|---|
CacheEvictionUsageListener(Usage usage,
int usageHighMark,
int usageLowMark,
TaskRunnerFactory taskRunnerFactory)
|
Uses of Usage in org.apache.activemq.store.amq |
---|
Methods in org.apache.activemq.store.amq with parameters of type Usage | |
---|---|
void |
AMQPersistenceAdapter.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage)
|
Uses of Usage in org.apache.activemq.store.journal |
---|
Methods in org.apache.activemq.store.journal with parameters of type Usage | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 |
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 | |
---|---|
protected T |
Usage.parent
|
Methods in org.apache.activemq.usage with parameters of type Usage | |
---|---|
void |
UsageListener.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |