| 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.leveldb.replicated | |
| org.apache.activemq.store.kahadb.plist | |
| org.apache.activemq.store.leveldb |
Stub for the LevelDB store implementation from https://github.com/fusesource/fuse-extra/tree/master/fusemq-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 |
org.apache.activemq.leveldb.replicated.ElectingLevelDBStore |
class |
org.apache.activemq.leveldb.replicated.ProxyLevelDBStore |
| 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 |
class |
ReplicatedLevelDBPersistenceAdapter
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(String name,
PersistenceAdapter adapter,
PListStore tempStore,
JobSchedulerStore jobSchedulerStore) |
TempUsage(String name,
PListStore store) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.