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, wait
addDependencies, createGroupIntegratedObjectStore, createIntegratedObjectStore
public AbstractBackingCacheEntryStoreSource()
public int getMaxSize()
getMaxSize
in interface BackingCacheEntryStoreConfig
public void setMaxSize(int maxSize)
setMaxSize
in interface BackingCacheEntryStoreConfig
public long getIdleTimeout()
getIdleTimeout
in interface BackingCacheEntryStoreConfig
public void setIdleTimeout(long timeout)
setIdleTimeout
in interface BackingCacheEntryStoreConfig
public TimeUnit getIdleTimeoutUnit()
getIdleTimeoutUnit
in interface BackingCacheEntryStoreConfig
public void setIdleTimeoutUnit(TimeUnit unit)
setIdleTimeoutUnit
in interface BackingCacheEntryStoreConfig
public boolean isPassivateEventsOnReplicate()
isPassivateEventsOnReplicate
in interface BackingCacheEntryStoreConfig
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.