public interface NonstopStore extends TerracottaStore
CLUSTER_COHERENT, NODE_COHERENT
Modifier and Type | Method and Description |
---|---|
<V> V |
executeClusterOperation(ClusterOperation<V> operation)
Execute the
ClusterOperation within this NonstopStore context. |
getLocalKeys, getTransactionalMode, unlockedGet, unlockedGetQuiet, unsafeGet, unsafeGetQuiet
addStoreListener, bufferFull, containsKey, containsKeyInMemory, containsKeyOffHeap, containsKeyOnDisk, dispose, executeQuery, expireElements, flush, get, getAll, getAllQuiet, getInMemoryEvictionPolicy, getInMemorySize, getInMemorySizeInBytes, getInternalContext, getKeys, getMBean, getOffHeapSize, getOffHeapSizeInBytes, getOnDiskSize, getOnDiskSizeInBytes, getQuiet, getSearchAttribute, getSize, getStatus, getTerracottaClusteredSize, hasAbortedSizeOf, isCacheCoherent, isClusterCoherent, isNodeCoherent, isPinned, put, putAll, putIfAbsent, putWithWriter, recalculateSize, remove, removeAll, removeAll, removeElement, removeStoreListener, removeWithWriter, replace, replace, setAttributeExtractors, setInMemoryEvictionPolicy, setNodeCoherent, setPinned, unpinAll, waitUntilClusterCoherent
<V> V executeClusterOperation(ClusterOperation<V> operation)
ClusterOperation
within this NonstopStore
context.V
- Return type depending on the ClusterOperation
operation
- ClusterOperation
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.