Package org.apache.qpid.server.store

Interface Summary
ConfigurationRecoveryHandler  
ConfigurationRecoveryHandler.BindingRecoveryHandler  
ConfigurationRecoveryHandler.ExchangeRecoveryHandler  
ConfigurationRecoveryHandler.QueueEntryRecoveryHandler  
ConfigurationRecoveryHandler.QueueRecoveryHandler  
DurableConfigurationStore  
DurableConfigurationStore.Source  
MessageMetaDataType.Factory<M extends StorableMessageMetaData>  
MessageStore MessageStore defines the interface to a storage area, which can be used to preserve the state of messages.
MessageStoreRecoveryHandler  
MessageStoreRecoveryHandler.StoredMessageRecoveryHandler  
StorableMessageMetaData  
StoredMessage<M extends StorableMessageMetaData>  
TransactionLog  
TransactionLog.StoreFuture  
TransactionLog.Transaction  
TransactionLogRecoveryHandler  
TransactionLogRecoveryHandler.QueueEntryRecoveryHandler  
TransactionLogResource  
 

Class Summary
AbstractMessageStore  
DerbyMessageStore An implementation of a MessageStore that uses Apache Derby as the persistance mechanism.
MemoryMessageStore A simple message store that stores the messages in a threadsafe structure in memory.
StoreContext A context that the store can use to associate with a transactional context.
StoredMemoryMessage  
 

Enum Summary
MessageMetaDataType  
 

Exception Summary
MessageStoreClosedException NOTE: this class currently extends AMQException but we should be using AMQExceptions internally in the code base for Protocol errors hence the message store interface should throw a different super class which this should be moved to reflect
 



Licensed to the Apache Software Foundation