|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TerracottaStore
Use for internal purpose only. Teaser: Stores of Terracotta clustered caches implements this interface.
Field Summary |
---|
Fields inherited from interface net.sf.ehcache.store.Store |
---|
CLUSTER_COHERENT, NODE_COHERENT |
Method Summary | |
---|---|
Element |
unlockedGet(java.lang.Object key)
Gets the value associated with the key without acquiring any locks. |
Element |
unlockedGetQuiet(java.lang.Object key)
Same as unlockedGet(Object) but does not update statistics |
Element |
unsafeGet(java.lang.Object key)
Returns the local value associated with the key. |
Element |
unsafeGetQuiet(java.lang.Object key)
Same as unsafeGet(Object) but does not update last usage statistics |
Methods inherited from interface net.sf.ehcache.store.Store |
---|
addStoreListener, bufferFull, containsKey, containsKeyInMemory, containsKeyOnDisk, dispose, expireElements, flush, get, getInMemoryEvictionPolicy, getInMemorySize, getInMemorySizeInBytes, getInternalContext, getKeyArray, getOnDiskSize, getOnDiskSizeInBytes, getQuiet, getSize, getStatus, getTerracottaClusteredSize, isCacheCoherent, isClusterCoherent, isNodeCoherent, put, putIfAbsent, putWithWriter, remove, removeAll, removeElement, removeStoreListener, removeWithWriter, replace, replace, setInMemoryEvictionPolicy, setNodeCoherent, waitUntilClusterCoherent |
Method Detail |
---|
Element unsafeGet(java.lang.Object key)
key
- the key
Element unsafeGetQuiet(java.lang.Object key)
unsafeGet(Object)
but does not update last usage statistics
key
- the key
Element unlockedGet(java.lang.Object key)
key
-
Element unlockedGetQuiet(java.lang.Object key)
unlockedGet(Object)
but does not update statistics
key
-
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |