|
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 | |
---|---|
WriteBehind |
createWriteBehind()
WriteBehind createWriteBehind |
Set |
getLocalKeys()
Returns set of keys from the cache which are present in the node locally. |
CacheConfiguration.TransactionalMode |
getTransactionalMode()
Get the transactional mode of this store. |
void |
notifyCacheEventListenersChanged()
Notify the underlying store that some change has occured in the set of registered cache listeners. |
void |
quickClear()
Remove all the contents of the store. |
int |
quickSize()
Get an approximate count of elements in the store. |
Element |
unsafeGet(Object key)
Returns the local value associated with the key. |
Method Detail |
---|
Element unsafeGet(Object key)
key
- the key
void quickClear()
int quickSize()
Set getLocalKeys()
CacheConfiguration.TransactionalMode getTransactionalMode()
CacheConfiguration.TransactionalMode
WriteBehind createWriteBehind()
WriteBehind
createWriteBehind
void notifyCacheEventListenersChanged()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |