|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Store in com.continuent.tungsten.replicator.conf |
|---|
| Methods in com.continuent.tungsten.replicator.conf that return Store | |
|---|---|
Store |
ReplicatorRuntime.getStore(java.lang.String name)
Returns a named storage component. |
| Methods in com.continuent.tungsten.replicator.conf that return types with arguments of type Store | |
|---|---|
java.util.List<Store> |
ReplicatorRuntime.getStores()
Returns all stores. |
| Uses of Store in com.continuent.tungsten.replicator.pipeline |
|---|
| Methods in com.continuent.tungsten.replicator.pipeline that return Store | |
|---|---|
Store |
Pipeline.getStore(java.lang.String name)
|
| Methods in com.continuent.tungsten.replicator.pipeline with parameters of type Store | |
|---|---|
void |
Pipeline.addStore(java.lang.String name,
Store store)
|
| Uses of Store in com.continuent.tungsten.replicator.plugin |
|---|
| Methods in com.continuent.tungsten.replicator.plugin that return Store | |
|---|---|
Store |
PluginContext.getStore(java.lang.String name)
Returns a named storage component. |
| Methods in com.continuent.tungsten.replicator.plugin that return types with arguments of type Store | |
|---|---|
java.util.List<Store> |
PluginContext.getStores()
Returns all stores. |
| Uses of Store in com.continuent.tungsten.replicator.prefetch |
|---|
| Classes in com.continuent.tungsten.replicator.prefetch that implement Store | |
|---|---|
class |
PrefetchStore
Implements a specialized store for handling slave prefetch from another replicator. |
| Uses of Store in com.continuent.tungsten.replicator.storage |
|---|
| Subinterfaces of Store in com.continuent.tungsten.replicator.storage | |
|---|---|
interface |
ParallelStore
Denotes a storage component that partitions transactions into disjoint sets. |
| Classes in com.continuent.tungsten.replicator.storage that implement Store | |
|---|---|
class |
InMemoryMultiQueue
Implements an in-memory queue store with multiple queues. |
class |
InMemoryQueueStore
Implements an in-memory event store. |
class |
InMemoryTransactionalQueue
Implements an in-memory queue store that applies events from multiple task threads (i.e., channels) into a single centralized queue. |
| Uses of Store in com.continuent.tungsten.replicator.storage.parallel |
|---|
| Classes in com.continuent.tungsten.replicator.storage.parallel that implement Store | |
|---|---|
class |
ParallelQueueStore
Implements an parallel event store. |
| Uses of Store in com.continuent.tungsten.replicator.thl |
|---|
| Classes in com.continuent.tungsten.replicator.thl that implement Store | |
|---|---|
class |
THL
Implements a standard Store interface on the THL (transaction history log). |
class |
THLParallelQueue
Implements a parallel event store based on on-disk queues. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||