Package | Description |
---|---|
org.openspaces.persistency.cassandra | |
org.openspaces.persistency.cassandra.archive | |
org.openspaces.persistency.cassandra.datasource |
Modifier and Type | Field and Description |
---|---|
protected CassandraConsistencyLevel |
HectorCassandraClientConfigurer.readConsistencyLevel |
protected CassandraConsistencyLevel |
HectorCassandraClientConfigurer.writeConsistencyLevel |
Modifier and Type | Method and Description |
---|---|
CassandraConsistencyLevel |
HectorCassandraClient.getReadConsistencyLevel() |
CassandraConsistencyLevel |
HectorCassandraClient.getWriteConsistencyLevel() |
static CassandraConsistencyLevel |
CassandraConsistencyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraConsistencyLevel[] |
CassandraConsistencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HectorCassandraClientConfigurer |
HectorCassandraClientConfigurer.readConsistencyLevel(CassandraConsistencyLevel readConsistencyLevel)
(Optional)
|
void |
HectorCassandraClientFactoryBean.setReadConsistencyLevel(CassandraConsistencyLevel readConsistencyLevel) |
void |
HectorCassandraClientFactoryBean.setWriteConsistencyLevel(CassandraConsistencyLevel writeConsistencyLevel) |
HectorCassandraClientConfigurer |
HectorCassandraClientConfigurer.writeConsistencyLevel(CassandraConsistencyLevel writeConsistencyLevel)
(Optional)
|
Constructor and Description |
---|
HectorCassandraClient(me.prettyprint.cassandra.service.CassandraHostConfigurator config,
String keyspaceName,
String clusterName,
Integer columnFamilyGcGraceSeconds,
CassandraConsistencyLevel readConsistencyLevel,
CassandraConsistencyLevel writeConsistencyLevel) |
Modifier and Type | Method and Description |
---|---|
CassandraConsistencyLevel |
CassandraArchiveOperationHandler.getWriteConsistency() |
Modifier and Type | Method and Description |
---|---|
void |
CassandraArchiveOperationHandler.setWriteConsistency(CassandraConsistencyLevel writeConsistency) |
CassandraArchiveOperationHandlerConfigurer |
CassandraArchiveOperationHandlerConfigurer.writeConsistency(CassandraConsistencyLevel writeConsistency) |
Constructor and Description |
---|
CassandraTokenRangeAwareDataIterator(SpaceDocumentColumnFamilyMapper mapper,
ColumnFamilyMetadata columnFamilyMetadata,
ConnectionResource connectionResource,
CQLQueryContext queryContext,
int maxResults,
int batchLimit,
CassandraConsistencyLevel readConsistencyLevel) |
CassandraTokenRangeAwareInitialLoadDataIterator(SpaceDocumentColumnFamilyMapper mapper,
Map<String,ColumnFamilyMetadata> metadataMap,
ConnectionResource connectionResource,
Map<String,String> queries,
int batchLimit,
CassandraConsistencyLevel readConsistencyLevel) |
CassandraTokenRangeJDBCDataIterator(SpaceDocumentColumnFamilyMapper mapper,
ColumnFamilyMetadata columnFamilyMetadata,
ConnectionResource connectionResource,
CQLQueryContext queryContext,
Object lastToken,
int limit,
CassandraConsistencyLevel readConsistencyLevel) |
Copyright © GigaSpaces.