public class CassandraCacheStoreConfig extends AbstractCacheStoreConfig
CassandraCacheStore
.Modifier and Type | Field and Description |
---|---|
protected net.dataforte.cassandra.pool.PoolProperties |
poolProperties |
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
cacheLoaderClassName, properties
cr
overriddenConfigurationElements
Constructor and Description |
---|
CassandraCacheStoreConfig() |
accept, asyncStore, clone, equals, equalsExcludingProperties, fetchPersistentState, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, getTypedProperties, hashCode, hashCodeExcludingProperties, ignoreModifications, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, purgeOnStartup, purgerThreads, purgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, setTypedProperties, singletonStore, toString
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 getKeySpace()
public void setKeySpace(String keySpace)
public String getEntryColumnFamily()
public void setEntryColumnFamily(String entryColumnFamily)
public String getExpirationColumnFamily()
public void setExpirationColumnFamily(String expirationColumnFamily)
public boolean isSharedKeyspace()
public void setSharedKeyspace(boolean sharedKeyspace)
public String getReadConsistencyLevel()
public void setReadConsistencyLevel(String readConsistencyLevel)
public String getWriteConsistencyLevel()
public void setWriteConsistencyLevel(String writeConsistencyLevel)
public net.dataforte.cassandra.pool.PoolProperties getPoolProperties()
public void setHost(String host)
public String getHost()
public void setPort(int port)
public int getPort()
public boolean isFramed()
public String getPassword()
public String getUsername()
public void setFramed(boolean framed)
public void setPassword(String password)
public void setUsername(String username)
public void setDatasourceJndiLocation(String location)
public String getDatasourceJndiLocation()
public String getConfigurationPropertiesFile()
public void setConfigurationPropertiesFile(String configurationPropertiesFile)
public String getKeyMapper()
public void setKeyMapper(String keyMapper)
public boolean isAutoCreateKeyspace()
public void setAutoCreateKeyspace(boolean autoCreateKeyspace)
public void setReadConsistencyLevel(org.apache.cassandra.thrift.ConsistencyLevel readConsistencyLevel)
public void setWriteConsistencyLevel(org.apache.cassandra.thrift.ConsistencyLevel writeConsistencyLevel)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.