public interface LocalCache extends NamedEntity
String getName()
getName in interface NamedEntityvoid setName(String name)
setName in interface NamedEntityString getCacheContainer()
void setCacheContainer(String cacheContainerName)
Boolean isDefault()
void setDefault(Boolean isDefault)
String getStart()
void setStart(String start)
Boolean isBatching()
void setBatching(Boolean isBatching)
String getIndexing()
void setIndexing(String indexing)
String getJndiName()
void setJndiName(String jndiName)
boolean isHasLocking()
void setHasLocking(boolean hasLocking)
String getIsolation()
void setIsolation(String isolation)
Boolean isStriping()
void setStriping(Boolean striping)
Long getAcquireTimeout()
void setAcquireTimeout(Long aquireTimeout)
Integer getConcurrencyLevel()
void setConcurrencyLevel(Integer concurrencyLevel)
boolean isHasTransaction()
void setHasTransaction(boolean hasTransaction)
String getTransactionMode()
void setTransactionMode(String transactionMode)
Long getStopTimeout()
void setStopTimeout(Long stopTimeout)
String getLocking()
void setLocking(String locking)
boolean isHasEviction()
void setHasEviction(boolean hasEviction)
String getEvictionStrategy()
void setEvictionStrategy(String evictionStrategy)
Integer getMaxEntries()
void setMaxEntries(Integer maxEntries)
boolean isHasExpiration()
void setHasExpiration(boolean hasExpiration)
Long getMaxIdle()
void setMaxIdle(Long maxIdle)
Long getLifespan()
void setLifespan(Long lifespan)
Long getInterval()
void setInterval(Long interval)
boolean isHasStore()
void setHasStore(boolean hasStore)
String getStoreClass()
void setStoreClass(String storeClass)
Boolean isStoreShared()
void setStoreShared(Boolean isShared)
Boolean isStorePreload()
void setStorePreload(Boolean isPreload)
Boolean isStorePassivation()
void setStorePassivation(Boolean isPassivation)
Boolean isStoreFetchState()
void setStoreFetchState(Boolean isFetchState)
Boolean isStorePurge()
void setStorePurge(Boolean isPurge)
Boolean isStoreSingleton()
void setStoreSingleton(Boolean isSingleton)
List<PropertyRecord> getStoreProperties()
void setStoreProperties(List<PropertyRecord> properties)
boolean isHasFileStore()
void setHasFileStore(boolean hasFileStore)
Boolean isFileStoreShared()
void setFileStoreShared(Boolean isShared)
Boolean isFileStorePreload()
void setFileStorePreload(Boolean isPreload)
Boolean isFileStorePassivation()
void setFileStorePassivation(Boolean isPassivation)
Boolean isFileStoreFetchState()
void setFileStoreFetchState(Boolean isFetchState)
Boolean isFileStorePurge()
void setFileStorePurge(Boolean isPurge)
Boolean isFileStoreSingleton()
void setFileStoreSingleton(Boolean isSingleton)
List<PropertyRecord> getFileStoreProperties()
void setFileStoreProperties(List<PropertyRecord> properties)
boolean isHasJdbcStore()
void setHasJdbcStore(boolean hasJdbcStore)
String getJdbcStoreDatasource()
void setJdbcStoreDatasource(String jdbcStoreDatasource)
Boolean isJdbcStoreShared()
void setJdbcStoreShared(Boolean isShared)
Boolean isJdbcStorePreload()
void setJdbcStorePreload(Boolean isPreload)
Boolean isJdbcStorePassivation()
void setJdbcStorePassivation(Boolean isPassivation)
Boolean isJdbcStoreFetchState()
void setJdbcStoreFetchState(Boolean isFetchState)
Boolean isJdbcStorePurge()
void setJdbcStorePurge(Boolean isPurge)
Boolean isJdbcStoreSingleton()
void setJdbcStoreSingleton(Boolean isSingleton)
List<PropertyRecord> getJdbcStoreProperties()
void setJdbcStoreProperties(List<PropertyRecord> properties)
boolean isHasRemoteStore()
void setHasRemoteStore(boolean hasFileStore)
Boolean isRemoteStoreShared()
void setRemoteStoreShared(Boolean isShared)
Boolean isRemoteStorePreload()
void setRemoteStorePreload(Boolean isPreload)
Boolean isRemoteStorePassivation()
void setRemoteStorePassivation(Boolean isPassivation)
Boolean isRemoteStoreFetchState()
void setRemoteStoreFetchState(Boolean isFetchState)
Boolean isRemoteStorePurge()
void setRemoteStorePurge(Boolean isPurge)
Boolean isRemoteStoreSingleton()
void setRemoteStoreSingleton(Boolean isSingleton)
List<PropertyRecord> getRemoteStoreProperties()
void setRemoteStoreProperties(List<PropertyRecord> properties)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.