ehcache

net.sf.ehcache.constructs.nonstop.store
Interface RejoinAwareNonstopStore

All Superinterfaces:
NonstopStore, Store, TerracottaStore
All Known Implementing Classes:
ExecutorServiceStore, NonstopStoreImpl, TransactionalExecutorServiceStore

public interface RejoinAwareNonstopStore
extends NonstopStore

Rejoin aware NonstopStore

Author:
Abhishek Sanoujam

Field Summary
 
Fields inherited from interface net.sf.ehcache.store.Store
CLUSTER_COHERENT, NODE_COHERENT
 
Method Summary
 void clusterRejoined()
          Called when rejoin has happened for this store
 
Methods inherited from interface net.sf.ehcache.constructs.nonstop.store.NonstopStore
executeClusterOperation
 
Methods inherited from interface net.sf.ehcache.store.TerracottaStore
getLocalKeys, getTransactionalMode, unlockedGet, unlockedGetQuiet, unsafeGet, unsafeGetQuiet
 
Methods inherited from interface net.sf.ehcache.store.Store
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
 

Method Detail

clusterRejoined

void clusterRejoined()
Called when rejoin has happened for this store


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.