Package com.continuent.tungsten.replicator.storage

Interface Summary
CommitAction Denotes an action to execute prior to committing on an in-memory queue.
ParallelStore Denotes a storage component that partitions transactions into disjoint sets.
Store Denotes a storage component that holds replication events.
 

Class Summary
InMemoryMultiQueue Implements an in-memory queue store with multiple queues.
InMemoryMultiQueueApplier Implements Extractor and Applier interfaces for an in-memory queue.
InMemoryQueueAdapter Implements Extractor and Applier interfaces for an in-memory queue.
InMemoryQueueStore Implements an in-memory event store.
InMemoryTransactionalQueue Implements an in-memory queue store that applies events from multiple task threads (i.e., channels) into a single centralized queue.
InMemoryTransactionalQueueApplier Implements Applier interface for an in-memory transactional queue.