public interface CassandraCacheStoreConfigurationChildBuilder<S> extends StoreConfigurationChildBuilder<S>
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
addProperty, withProperties
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning
CassandraCacheStoreConfigurationBuilder autoCreateKeyspace(boolean autoCreateKeyspace)
CassandraCacheStoreConfigurationBuilder configurationPropertiesFile(String configurationPropertiesFile)
CassandraCacheStoreConfigurationBuilder entryColumnFamily(String entryColumnFamily)
CassandraCacheStoreConfigurationBuilder expirationColumnFamily(String expirationColumnFamily)
CassandraCacheStoreConfigurationBuilder framed(boolean framed)
CassandraCacheStoreConfigurationBuilder keyMapper(String keyMapper)
CassandraCacheStoreConfigurationBuilder keyMapper(Class<? extends Key2StringMapper> keyMapper)
CassandraCacheStoreConfigurationBuilder keySpace(String keySpace)
CassandraCacheStoreConfigurationBuilder password(String password)
CassandraCacheStoreConfigurationBuilder readConsistencyLevel(org.apache.cassandra.thrift.ConsistencyLevel readConsistencyLevel)
CassandraCacheStoreConfigurationBuilder username(String username)
CassandraCacheStoreConfigurationBuilder writeConsistencyLevel(org.apache.cassandra.thrift.ConsistencyLevel writeConsistencyLevel)
CassandraServerConfigurationBuilder addServer()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.