public abstract class AbstractBackingCacheEntryStoreSource<K extends Serializable,V extends Cacheable<K>,G extends Serializable> extends Object implements BackingCacheEntryStoreSource<K,V,G>
DEFAULT_IDLE_TIMEOUT, DEFAULT_IDLE_TIMEOUT_UNIT, DEFAULT_MAX_SIZE| Constructor and Description |
|---|
AbstractBackingCacheEntryStoreSource() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdleTimeout() |
TimeUnit |
getIdleTimeoutUnit() |
int |
getMaxSize() |
boolean |
isPassivateEventsOnReplicate() |
void |
setIdleTimeout(long timeout) |
void |
setIdleTimeoutUnit(TimeUnit unit) |
void |
setMaxSize(int maxSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDependencies, createGroupIntegratedObjectStore, createIntegratedObjectStorepublic AbstractBackingCacheEntryStoreSource()
public int getMaxSize()
getMaxSize in interface BackingCacheEntryStoreConfigpublic void setMaxSize(int maxSize)
setMaxSize in interface BackingCacheEntryStoreConfigpublic long getIdleTimeout()
getIdleTimeout in interface BackingCacheEntryStoreConfigpublic void setIdleTimeout(long timeout)
setIdleTimeout in interface BackingCacheEntryStoreConfigpublic TimeUnit getIdleTimeoutUnit()
getIdleTimeoutUnit in interface BackingCacheEntryStoreConfigpublic void setIdleTimeoutUnit(TimeUnit unit)
setIdleTimeoutUnit in interface BackingCacheEntryStoreConfigpublic boolean isPassivateEventsOnReplicate()
isPassivateEventsOnReplicate in interface BackingCacheEntryStoreConfigCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.