Package | Description |
---|---|
org.infinispan.loaders.cassandra.configuration |
Modifier and Type | Method and Description |
---|---|
CassandraServerConfiguration |
CassandraServerConfigurationBuilder.create() |
Modifier and Type | Method and Description |
---|---|
List<CassandraServerConfiguration> |
CassandraCacheStoreConfiguration.hosts() |
List<CassandraServerConfiguration> |
CassandraCacheStoreConfiguration.servers() |
Modifier and Type | Method and Description |
---|---|
CassandraServerConfigurationBuilder |
CassandraServerConfigurationBuilder.read(CassandraServerConfiguration template) |
Constructor and Description |
---|
CassandraCacheStoreConfiguration(boolean autoCreateKeyspace,
String configurationPropertiesFile,
String entryColumnFamily,
String expirationColumnFamily,
boolean framed,
List<CassandraServerConfiguration> servers,
String keyMapper,
String keySpace,
String password,
boolean sharedKeyspace,
String username,
org.apache.cassandra.thrift.ConsistencyLevel readConsistencyLevel,
org.apache.cassandra.thrift.ConsistencyLevel writeConsistencyLevel,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration asyncStoreConfiguration,
SingletonStoreConfiguration singletonStoreConfiguration) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.