| Package | Description |
|---|---|
| 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.leveldb | |
| org.apache.activemq.store.kahadb.plist | |
| org.apache.activemq.store.leveldb | |
| org.apache.activemq.usage |
| Modifier and Type | Method and Description |
|---|---|
PListStore |
MutableBrokerFilter.getTempDataStore() |
PListStore |
ErrorBroker.getTempDataStore() |
PListStore |
EmptyBroker.getTempDataStore() |
PListStore |
BrokerService.getTempDataStore() |
PListStore |
BrokerFilter.getTempDataStore() |
PListStore |
Broker.getTempDataStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerService.setTempDataStore(PListStore tempDataStore) |
| Modifier and Type | Method and Description |
|---|---|
PListStore |
RegionBroker.getTempDataStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
org.apache.activemq.leveldb.LevelDBStore |
| Modifier and Type | Class and Description |
|---|---|
class |
PListStoreImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
LevelDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
LevelDB - Embedded Lightweight Non-Relational Database |
| Modifier and Type | Method and Description |
|---|---|
PListStore |
TempUsage.getStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
TempUsage.setStore(PListStore store) |
| Constructor and Description |
|---|
SystemUsage(java.lang.String name,
PersistenceAdapter adapter,
PListStore tempStore,
JobSchedulerStore jobSchedulerStore) |
TempUsage(java.lang.String name,
PListStore store) |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.