public interface CacheConfigType<T> extends Child<T>
cache-configType
xsd typeModifier and Type | Method and Description |
---|---|
CacheConfigType<T> |
cacheMaxSize(Integer cacheMaxSize)
Sets the
cache-max-size element |
CacheConfigType<T> |
cacheName(String cacheName)
Sets the
cache-name element |
CacheConfigType<T> |
cacheValue(String cacheValue)
Sets the
cache-value element |
Integer |
getCacheMaxSize()
Returns the
cache-max-size element |
String |
getCacheName()
Returns the
cache-name element |
String |
getCacheValue()
Returns the
cache-value element |
Integer |
getIdleTimeoutSeconds()
Returns the
idle-timeout-seconds element |
String |
getPersistenceManager()
Returns the
persistence-manager element |
Integer |
getRemoveTimeoutSeconds()
Returns the
remove-timeout-seconds element |
String |
getReplicationIsPassivation()
Returns the
replication-is-passivation element |
CacheConfigType<T> |
idleTimeoutSeconds(Integer idleTimeoutSeconds)
Sets the
idle-timeout-seconds element |
CacheConfigType<T> |
persistenceManager(String persistenceManager)
Sets the
persistence-manager element |
CacheConfigType<T> |
removeCacheMaxSize()
Removes the
cache-max-size element |
CacheConfigType<T> |
removeCacheName()
Removes the
cache-name element |
CacheConfigType<T> |
removeCacheValue()
Removes the
cache-value element |
CacheConfigType<T> |
removeIdleTimeoutSeconds()
Removes the
idle-timeout-seconds element |
CacheConfigType<T> |
removePersistenceManager()
Removes the
persistence-manager element |
CacheConfigType<T> |
removeRemoveTimeoutSeconds()
Removes the
remove-timeout-seconds element |
CacheConfigType<T> |
removeReplicationIsPassivation()
Removes the
replication-is-passivation element |
CacheConfigType<T> |
removeTimeoutSeconds(Integer removeTimeoutSeconds)
Sets the
remove-timeout-seconds element |
CacheConfigType<T> |
replicationIsPassivation(String replicationIsPassivation)
Sets the
replication-is-passivation element |
CacheConfigType<T> cacheValue(String cacheValue)
cache-value
elementcacheValue
- the value for the element cache-value
CacheConfigType
String getCacheValue()
cache-value
elementcache-value
CacheConfigType<T> removeCacheValue()
cache-value
elementCacheConfigType
CacheConfigType<T> cacheMaxSize(Integer cacheMaxSize)
cache-max-size
elementcacheMaxSize
- the value for the element cache-max-size
CacheConfigType
Integer getCacheMaxSize()
cache-max-size
elementcache-max-size
CacheConfigType<T> removeCacheMaxSize()
cache-max-size
elementCacheConfigType
CacheConfigType<T> idleTimeoutSeconds(Integer idleTimeoutSeconds)
idle-timeout-seconds
elementidleTimeoutSeconds
- the value for the element idle-timeout-seconds
CacheConfigType
Integer getIdleTimeoutSeconds()
idle-timeout-seconds
elementidle-timeout-seconds
CacheConfigType<T> removeIdleTimeoutSeconds()
idle-timeout-seconds
elementCacheConfigType
CacheConfigType<T> removeTimeoutSeconds(Integer removeTimeoutSeconds)
remove-timeout-seconds
elementremoveTimeoutSeconds
- the value for the element remove-timeout-seconds
CacheConfigType
Integer getRemoveTimeoutSeconds()
remove-timeout-seconds
elementremove-timeout-seconds
CacheConfigType<T> removeRemoveTimeoutSeconds()
remove-timeout-seconds
elementCacheConfigType
CacheConfigType<T> cacheName(String cacheName)
cache-name
elementcacheName
- the value for the element cache-name
CacheConfigType
String getCacheName()
cache-name
elementcache-name
CacheConfigType<T> removeCacheName()
cache-name
elementCacheConfigType
CacheConfigType<T> persistenceManager(String persistenceManager)
persistence-manager
elementpersistenceManager
- the value for the element persistence-manager
CacheConfigType
String getPersistenceManager()
persistence-manager
elementpersistence-manager
CacheConfigType<T> removePersistenceManager()
persistence-manager
elementCacheConfigType
CacheConfigType<T> replicationIsPassivation(String replicationIsPassivation)
replication-is-passivation
elementreplicationIsPassivation
- the value for the element replication-is-passivation
CacheConfigType
String getReplicationIsPassivation()
replication-is-passivation
elementreplication-is-passivation
CacheConfigType<T> removeReplicationIsPassivation()
replication-is-passivation
elementCacheConfigType
Copyright © 2019 JBoss by Red Hat. All rights reserved.