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 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 |
Modifier and Type | Method and Description |
---|---|
void |
AdvisoryBroker.isFull(ConnectionContext context,
Destination destination,
Usage usage) |
Modifier and Type | Method and Description |
---|---|
void |
BrokerFilter.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) |
void |
EmptyBroker.isFull(ConnectionContext context,
Destination destination,
Usage usage) |
Modifier and Type | Method and Description |
---|---|
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 |
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,
Usage<?> usage,
int highWaterMark,
String warning) |
protected void |
BaseDestination.waitForSpace(ConnectionContext context,
Usage<?> usage,
String warning) |
Modifier and Type | Method and Description |
---|---|
void |
FilePendingMessageCursor.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingBrokerPlugin.isFull(ConnectionContext context,
Destination destination,
Usage usage) |
Modifier and Type | Method and Description |
---|---|
void |
CacheEvictionUsageListener.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage) |
Constructor and Description |
---|
CacheEvictionUsageListener(Usage usage,
int usageHighMark,
int usageLowMark,
TaskRunnerFactory taskRunnerFactory) |
Modifier and Type | Method and Description |
---|---|
void |
AMQPersistenceAdapter.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage) |
Modifier and Type | Method and Description |
---|---|
void |
JournalPersistenceAdapter.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected T |
Usage.parent |
Modifier and Type | Method and Description |
---|---|
void |
UsageListener.onUsageChanged(Usage usage,
int oldPercentUsage,
int newPercentUsage) |
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.