Uses of Class
org.openspaces.persistency.cassandra.HectorCassandraClientConfigurer
Packages that use HectorCassandraClientConfigurer
-
Uses of HectorCassandraClientConfigurer in org.openspaces.persistency.cassandra
Methods in org.openspaces.persistency.cassandra that return HectorCassandraClientConfigurerModifier and TypeMethodDescriptionHectorCassandraClientConfigurer.clusterName(String clusterName) (Optional) Sets the cluster name used internally by the hector library.HectorCassandraClientConfigurer.columnFamilyGcGraceSeconds(Integer columnFamilyGcGraceSeconds) (Optional) Sets the gcGraceSeconds that will be used when creating column families for types.protected HectorCassandraClientConfigurerHectorCassandraClientFactoryBean.getConfigurer()Cassandra hostsHectorCassandraClientConfigurer.keyspaceName(String keyspaceName) Sets the keyspaceName of the keyspace to connect to.Sets the port matching the host name of the Cassandra cluster to connect to.HectorCassandraClientConfigurer.readConsistencyLevel(CassandraConsistencyLevel readConsistencyLevel) (Optional)HectorCassandraClientConfigurer.writeConsistencyLevel(CassandraConsistencyLevel writeConsistencyLevel) (Optional)