public class CloudCacheStoreConfig extends LockSupportCacheStoreConfig
CloudCacheStore
. This
allows you to tune a number of characteristics of the
CloudCacheStore
.
DEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUT
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
cacheLoaderClassName, properties
cr
overriddenConfigurationElements
Constructor and Description |
---|
CloudCacheStoreConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBucketPrefix() |
String |
getCloudService() |
String |
getCloudServiceLocation() |
String |
getIdentity() |
int |
getMaxConnections() |
String |
getPassword() |
String |
getProxyHost() |
String |
getProxyPort() |
long |
getRequestTimeout() |
int |
hashCode() |
boolean |
isCompress() |
boolean |
isLazyPurgingOnly() |
boolean |
isSecure() |
void |
setBucketPrefix(String bucketPrefix) |
void |
setCloudService(String cloudService) |
void |
setCloudServiceLocation(String loc) |
void |
setCompress(boolean compress) |
void |
setIdentity(String identity) |
void |
setLazyPurgingOnly(boolean lazyPurgingOnly) |
void |
setMaxConnections(int maxConnections) |
void |
setPassword(String password) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(String proxyPort) |
void |
setRequestTimeout(long requestTimeout) |
void |
setSecure(boolean secure) |
String |
toString() |
getLockAcquistionTimeout, getLockConcurrencyLevel, setLockAcquistionTimeout, setLockConcurrencyLevel
accept, asyncStore, clone, equalsExcludingProperties, fetchPersistentState, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, getTypedProperties, hashCodeExcludingProperties, ignoreModifications, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, purgeOnStartup, purgerThreads, purgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, setTypedProperties, singletonStore
getCacheLoaderClassName, getClassLoader, getProperties, setCacheLoaderClassName, setProperties, setProperties
hasComponentStarted, inject
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
finalize, getClass, notify, notifyAll, wait, wait, wait
getCacheLoaderClassName, getClassLoader, setCacheLoaderClassName
public String getBucketPrefix()
public void setBucketPrefix(String bucketPrefix)
public String getCloudService()
public void setCloudService(String cloudService)
public String getIdentity()
public void setIdentity(String identity)
public boolean isLazyPurgingOnly()
public void setLazyPurgingOnly(boolean lazyPurgingOnly)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
public String getPassword()
public void setPassword(String password)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public String getProxyPort()
public void setProxyPort(String proxyPort)
public long getRequestTimeout()
public void setRequestTimeout(long requestTimeout)
public boolean isSecure()
public void setSecure(boolean secure)
public boolean isCompress()
public void setCompress(boolean compress)
public boolean equals(Object o)
equals
in class AbstractCacheStoreConfig
public int hashCode()
hashCode
in class AbstractCacheStoreConfig
public String toString()
toString
in class LockSupportCacheStoreConfig
public String getCloudServiceLocation()
public void setCloudServiceLocation(String loc)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.