See: Description
| Interface | Description |
|---|---|
| NonstopStore |
Interface for nonstop feature
|
| NonstopTimeoutBehaviorStoreResolver |
Interface for resolving a
NonstopStore. |
| RejoinAwareNonstopStore |
Rejoin aware
NonstopStore |
| Class | Description |
|---|---|
| ExceptionOnTimeoutStore |
Implementation of
NonstopStore that throws NonStopCacheException for all operations. |
| ExecutorServiceStore |
This implementation executes all operations using a NonstopExecutorService.
|
| LocalReadsOnTimeoutStore |
A
NonstopStore implementation that returns the local value in the VM, if present, for get operations and no-op for put,
remove and other operations |
| NonstopStoreImpl |
A
NonstopStore implementation which does not block threads when the cluster goes down. |
| NoOpOnTimeoutStore |
Implementation of
NonstopStore which returns null for all get
operations and does nothing for puts and removes. |
| RejoinAwareBlockingOperation<V> |
A
Callable implementation that accepts another callable delegate for executing it in nonstop+rejoin context. |
| TransactionalExecutorServiceStore |
This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context
gets propagated to the executor thread.
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.