Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.activemq.store Classes and Interfaces - 180 results found.
NameDescriptionTypePackageFramework
AbstractJDBCLockerClassorg.apache.activemq.store.jdbcApache ActiveMQ
AbstractKahaDBMetaDataClassorg.apache.activemq.store.kahadbApache ActiveMQ
AbstractKahaDBStoreClassorg.apache.activemq.store.kahadbApache ActiveMQ
AbstractMessageStoreClassorg.apache.activemq.storeApache ActiveMQ
AxionJDBCAdapterAxion specific Adapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
BlobJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
BTreeIndexBTreeIndex represents a Variable Magnitude B+Tree in a Page File.Classorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
BTreeIndex .PrefixerInterfaceorg.apache.activemq.store.kahadb.disk.index.BTreeIndexApache ActiveMQ
BTreeIndex .StringPrefixerStringPrefixer is a Prefixer implementation that works on strings.Classorg.apache.activemq.store.kahadb.disk.index.BTreeIndexApache ActiveMQ
BTreeNodeThe BTreeNode class represents a node in the BTree object graph.Classorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
BTreeNode .MarshallerThe Marshaller is used to store and load the data in the BTreeNode into a Page.Classorg.apache.activemq.store.kahadb.disk.index.BTreeNodeApache ActiveMQ
BTreeVisitorInterface used to selectively visit the entries in a BTree.Interfaceorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
BTreeVisitor .AndVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .BetweenVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .GTEVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .GTVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .LTEVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .LTVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .OrVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .PredicateInterfaceorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BTreeVisitor .PredicateVisitorClassorg.apache.activemq.store.kahadb.disk.index.BTreeVisitorApache ActiveMQ
BytesJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
BytesMarshallerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
CommandLineSupportSupport utility that can be used to set the properties on any object using command line arguments.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
DatabaseLockerInterfaceorg.apache.activemq.store.jdbcApache ActiveMQ
DataByteArrayInputStreamClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
DataByteArrayOutputStreamClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
DataFileClassorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
DataFileAccessorPoolUsed to pool DataFileAccessors.Classorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
DataSourceServiceSupportA helper class which provides a factory method to create a default {@link DataSource) if one is not provided.Classorg.apache.activemq.store.jdbcApache ActiveMQ
DB2JDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
DefaultDatabaseLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.Classorg.apache.activemq.store.jdbcApache ActiveMQ
DefaultJDBCAdapter encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
DiskBenchmarkThis class is used to get a benchmark the raw disk performance.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
DiskBenchmark .ReportClassorg.apache.activemq.store.kahadb.disk.util.DiskBenchmarkApache ActiveMQ
FileAppenderInterfaceorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
FilteredKahaDBPersistenceAdapterClassorg.apache.activemq.store.kahadbApache ActiveMQ
HashIndexClassorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
HsqldbJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
ImageBasedJDBCAdaptorProvides JDBCAdapter since that uses IMAGE datatype to hold binary data.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
IndexClassorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
IndexListenerInterfaceorg.apache.activemq.storeApache ActiveMQ
IndexListener .MessageContextClassorg.apache.activemq.store.IndexListenerApache ActiveMQ
InformixJDBCAdapterJDBC Adapter for Informix database.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
InlineListenableFutureClassorg.apache.activemq.storeApache ActiveMQ
IntegerMarshallerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
JDBCAdapterInterfaceorg.apache.activemq.store.jdbcApache ActiveMQ
JDBCIOExceptionHandlerClassorg.apache.activemq.store.jdbcApache ActiveMQ
JdbcMemoryTransactionStore uses local transactions to maintain prepared state xid column provides transaction flag for additions and removalsClassorg.apache.activemq.store.jdbcApache ActiveMQ
JDBCMessageRecoveryListenerInterfaceorg.apache.activemq.store.jdbcApache ActiveMQ
JDBCMessageStoreClassorg.apache.activemq.store.jdbcApache ActiveMQ
JDBCPersistenceAdapterA PersistenceAdapter implementation using JDBC for persistence This persistence adapter will correctly remember prepared XA transactions,Classorg.apache.activemq.store.jdbcApache ActiveMQ
JDBCTopicMessageStoreClassorg.apache.activemq.store.jdbcApache ActiveMQ
JobImplClassorg.apache.activemq.store.kahadb.schedulerApache ActiveMQ
JobSchedulerImplClassorg.apache.activemq.store.kahadb.schedulerApache ActiveMQ
JobSchedulerKahaDBMetaDataThe KahaDB MetaData used to house the Index data for the KahaDB implementation of a JobSchedulerStore.Classorg.apache.activemq.store.kahadb.schedulerApache ActiveMQ
JobSchedulerStoreImplClassorg.apache.activemq.store.kahadb.schedulerApache ActiveMQ
JournalClassorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
Journal .PreallocationScopeClassorg.apache.activemq.store.kahadb.disk.journal.JournalApache ActiveMQ
Journal .PreallocationStrategyClassorg.apache.activemq.store.kahadb.disk.journal.JournalApache ActiveMQ
Journal .WriteCommandClassorg.apache.activemq.store.kahadb.disk.journal.JournalApache ActiveMQ
Journal .WriteKeyClassorg.apache.activemq.store.kahadb.disk.journal.JournalApache ActiveMQ
JournalCommandInterfaceorg.apache.activemq.store.kahadbApache ActiveMQ
JournalMessageStoreA MessageStore that uses a Journal to store it's messages.Classorg.apache.activemq.store.journalApache ActiveMQ
JournalPersistenceAdapterAn implementation of PersistenceAdapter designed for use with a Journal and then check pointing asynchronously on a timeout with someClassorg.apache.activemq.store.journalApache ActiveMQ
JournalPersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects.Classorg.apache.activemq.store.journalApache ActiveMQ
JournalTopicMessageStoreA MessageStore that uses a Journal to store it's messages.Classorg.apache.activemq.store.journalApache ActiveMQ
JournalTransactionStoreClassorg.apache.activemq.store.journalApache ActiveMQ
JournalTransactionStore .TxClassorg.apache.activemq.store.journal.JournalTransactionStoreApache ActiveMQ
JournalTransactionStore .TxOperationClassorg.apache.activemq.store.journal.JournalTransactionStoreApache ActiveMQ
KahaAckMessageFileMapCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaAddMessageCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaAddScheduledJobCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaCommitCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaDBMetaDataInterface for the store meta data used to hold the index value and other needed information to manage a KahaDB store instance.Interfaceorg.apache.activemq.store.kahadbApache ActiveMQ
KahaDBPersistenceAdapterAn implementation of PersistenceAdapter designed for use with KahaDB - Embedded Lightweight Non-Relational DatabaseClassorg.apache.activemq.store.kahadbApache ActiveMQ
KahaDBStoreClassorg.apache.activemq.store.kahadbApache ActiveMQ
KahaDBStore .StoreTaskInterfaceorg.apache.activemq.store.kahadb.KahaDBStoreApache ActiveMQ
KahaDBTransactionStoreProvides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects.Classorg.apache.activemq.store.kahadbApache ActiveMQ
KahaDestinationClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaDestination .DestinationTypeClassorg.apache.activemq.store.kahadb.data.KahaDestinationApache ActiveMQ
KahaDestroySchedulerCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaEntryTypeClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaLocalTransactionIdClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaLocationClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaPrepareCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaProducerAuditCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaRemoveDestinationCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaRemoveMessageCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaRemoveScheduledJobCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaRemoveScheduledJobsCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaRescheduleJobCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaRollbackCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaSubscriptionCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaTraceCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaTransactionInfoClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaUpdateMessageCommandClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
KahaXATransactionIdClassorg.apache.activemq.store.kahadb.dataApache ActiveMQ
LeaseDatabaseLockerRepresents an exclusive lease on a database to avoid multiple brokers running against the same logical database.Classorg.apache.activemq.store.jdbcApache ActiveMQ
LegacyStoreReplayerUsed to upgrade a Legacy Job Scheduler store to the latest version this class loads a found legacy scheduler store and generates new add commands for allClassorg.apache.activemq.store.kahadb.scheduler.legacyApache ActiveMQ
LevelDBPersistenceAdapterAn implementation of PersistenceAdapter designed for use with LevelDB - Embedded Lightweight Non-Relational DatabaseClassorg.apache.activemq.store.leveldbApache ActiveMQ
LinkedNodeProvides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
LinkedNodeListProvides a list of LinkedNode objects.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
ListenableFutureInterfaceorg.apache.activemq.storeApache ActiveMQ
ListIndexClassorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
ListNodeThe ListNode class represents a node in the List object graph.Classorg.apache.activemq.store.kahadb.disk.indexApache ActiveMQ
ListNode .NodeMarshallerThe Marshaller is used to store and load the data in the ListNode into a Page.Classorg.apache.activemq.store.kahadb.disk.index.ListNodeApache ActiveMQ
LocationUsed as a location in the data store.Classorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
LocationMarshallerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
LongMarshallerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
MarshallerInterfaceorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
MaxDBJDBCAdapterJDBC Adapter for the MaxDB database.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
MemoryMessageStoreClassorg.apache.activemq.store.memoryApache ActiveMQ
MemoryPersistenceAdapterClassorg.apache.activemq.store.memoryApache ActiveMQ
MemoryTopicMessageStoreClassorg.apache.activemq.store.memoryApache ActiveMQ
MemoryTransactionStoreProvides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects.Classorg.apache.activemq.store.memoryApache ActiveMQ
MemoryTransactionStore .AddMessageCommandInterfaceorg.apache.activemq.store.memory.MemoryTransactionStoreApache ActiveMQ
MemoryTransactionStore .RemoveMessageCommandInterfaceorg.apache.activemq.store.memory.MemoryTransactionStoreApache ActiveMQ
MessageDatabaseClassorg.apache.activemq.store.kahadbApache ActiveMQ
MessageRecoveryListenerInterfaceorg.apache.activemq.storeApache ActiveMQ
MessageStoreInterfaceorg.apache.activemq.storeApache ActiveMQ
MessageStoreStatisticsClassorg.apache.activemq.storeApache ActiveMQ
MultiKahaDBPersistenceAdapterAn implementation of PersistenceAdapter that supports distribution of destinations across multiple kahaDB persistence adaptersClassorg.apache.activemq.store.kahadbApache ActiveMQ
MultiKahaDBTransactionStoreClassorg.apache.activemq.store.kahadbApache ActiveMQ
MySqlJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
ObjectMarshallerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
OracleBlobJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
OracleJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
PageA Page within a file.Classorg.apache.activemq.store.kahadb.disk.pageApache ActiveMQ
PageFileA PageFile provides you random access to fixed sized disk pages.Classorg.apache.activemq.store.kahadb.disk.pageApache ActiveMQ
PageFile .MetaDataThe MetaData object hold the persistent data associated with a PageFile object.Classorg.apache.activemq.store.kahadb.disk.page.PageFileApache ActiveMQ
PersistenceAdapterInterfaceorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects.Interfaceorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterFactoryBeanClassorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterSupportUsed to implement common PersistenceAdapter methods.Classorg.apache.activemq.storeApache ActiveMQ
PersistenceAdapterSupport .DestinationMatcherProvides an interface for a Destination matching object that can be used to search for specific destinations from a persistence adapter.Interfaceorg.apache.activemq.store.PersistenceAdapterSupportApache ActiveMQ
PListInterfaceorg.apache.activemq.storeApache ActiveMQ
PList .PListIteratorInterfaceorg.apache.activemq.store.PListApache ActiveMQ
PListEntryClassorg.apache.activemq.storeApache ActiveMQ
PListImplClassorg.apache.activemq.store.kahadb.plistApache ActiveMQ
PListStoreInterfaceorg.apache.activemq.storeApache ActiveMQ
PListStoreImplClassorg.apache.activemq.store.kahadb.plistApache ActiveMQ
PostgresqlJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
ProxyMessageStoreA simple proxy that delegates to another MessageStore.Classorg.apache.activemq.storeApache ActiveMQ
ProxyTopicMessageStoreA simple proxy that delegates to another MessageStore.Classorg.apache.activemq.storeApache ActiveMQ
ReadOnlyDataFileAllows you to open a data file in read only mode.Classorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
ReadOnlyJournalAn AsyncDataManager that works in read only mode against multiple data directories.Classorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
ReferenceStoreInterfaceorg.apache.activemq.storeApache ActiveMQ
ReferenceStore .ReferenceDataClassorg.apache.activemq.store.ReferenceStoreApache ActiveMQ
ReplicatedLevelDBPersistenceAdapterAn implementation of PersistenceAdapter designed for use with LevelDB - Embedded Lightweight Non-Relational DatabaseClassorg.apache.activemq.store.leveldbApache ActiveMQ
ReplicationTargetInterfaceorg.apache.activemq.store.kahadb.disk.journalApache ActiveMQ
SchedulerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
SchedulerTimerTaskClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
SequenceRepresents a range of numbers.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
Sequence .ClosureInterfaceorg.apache.activemq.store.kahadb.disk.util.SequenceApache ActiveMQ
SequenceSetKeeps track of a added long values.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
SequenceSet .MarshallerClassorg.apache.activemq.store.kahadb.disk.util.SequenceSetApache ActiveMQ
SharedFileLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.Classorg.apache.activemq.storeApache ActiveMQ
StatementsClassorg.apache.activemq.store.jdbcApache ActiveMQ
StreamJDBCAdapterThis JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
StringMarshallerClassorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
SybaseJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
TempKahaDBStoreClassorg.apache.activemq.store.kahadbApache ActiveMQ
TempMessageDatabaseClassorg.apache.activemq.store.kahadbApache ActiveMQ
TempMessageDatabase .MessageKeysMarshallerClassorg.apache.activemq.store.kahadb.TempMessageDatabaseApache ActiveMQ
TopicMessageStoreInterfaceorg.apache.activemq.storeApache ActiveMQ
TopicReferenceStoreInterfaceorg.apache.activemq.storeApache ActiveMQ
TransactDatabaseLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
TransactionThe class used to read/update a PageFile object.Classorg.apache.activemq.store.kahadb.disk.pageApache ActiveMQ
Transaction .CallableClosureThis closure interface is intended for the end user implement callbacks for the Transaction.Interfaceorg.apache.activemq.store.kahadb.disk.page.TransactionApache ActiveMQ
Transaction .ClosureThis closure interface is intended for the end user implement callbacks for the Transaction.Interfaceorg.apache.activemq.store.kahadb.disk.page.TransactionApache ActiveMQ
TransactionContextHelps keep track of the current transaction/JDBC connection.Classorg.apache.activemq.store.jdbcApache ActiveMQ
TransactionIdConversionClassorg.apache.activemq.store.kahadbApache ActiveMQ
TransactionIdTransformerAwareInterfaceorg.apache.activemq.storeApache ActiveMQ
TransactionRecoveryListenerInterfaceorg.apache.activemq.storeApache ActiveMQ
TransactionStoreInterfaceorg.apache.activemq.storeApache ActiveMQ
TransactJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
UnknownStoreVersionExceptionClassorg.apache.activemq.store.kahadb.schedulerApache ActiveMQ
VariableMarshallerConvenience base class for Marshaller implementations which do not deepCopy and which use variable size encodings.Classorg.apache.activemq.store.kahadb.disk.utilApache ActiveMQ
VisitorClassorg.apache.activemq.store.kahadbApache ActiveMQ