Package | Description |
---|---|
org.apache.qpid.server.store | |
org.apache.qpid.server.store.berkeleydb | |
org.apache.qpid.server.store.derby | |
org.apache.qpid.server.store.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDBCConfigurationStore |
class |
AbstractMemoryStore |
class |
MemoryConfigurationStore
A simple message store that stores the messages in a thread-safe structure in memory.
|
class |
NullMessageStore |
Modifier and Type | Class and Description |
---|---|
class |
BDBConfigurationStore
Implementation of a DurableConfigurationStore backed by BDB JE
that also provides a MessageStore.
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyConfigurationStore
Implementation of a DurableConfigurationStore backed by Apache Derby
that also provides a MessageStore.A
|
Modifier and Type | Class and Description |
---|---|
class |
GenericJDBCConfigurationStore
Implementation of a DurableConfigurationStore backed by Generic JDBC Database
that also provides a MessageStore.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.