Uses of Class
com.netflix.astyanax.model.ConsistencyLevel

Packages that use ConsistencyLevel
com.netflix.astyanax   
com.netflix.astyanax.impl   
com.netflix.astyanax.model   
com.netflix.astyanax.query   
com.netflix.astyanax.recipes   
com.netflix.astyanax.thrift   
 

Uses of ConsistencyLevel in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return ConsistencyLevel
 ConsistencyLevel AstyanaxConfiguration.getDefaultReadConsistencyLevel()
          Default consistency level used when reading from the cluster.
 ConsistencyLevel AstyanaxConfiguration.getDefaultWriteConsistencyLevel()
          Default consistency level used when reading from the cluster.
 

Methods in com.netflix.astyanax with parameters of type ConsistencyLevel
 MutationBatch MutationBatch.setConsistencyLevel(ConsistencyLevel consistencyLevel)
          Set the consistency level for this mutation
 ColumnMutation ColumnMutation.setConsistencyLevel(ConsistencyLevel consistencyLevel)
           
 

Uses of ConsistencyLevel in com.netflix.astyanax.impl
 

Methods in com.netflix.astyanax.impl that return ConsistencyLevel
 ConsistencyLevel AstyanaxConfigurationImpl.getDefaultReadConsistencyLevel()
           
 ConsistencyLevel AstyanaxConfigurationImpl.getDefaultWriteConsistencyLevel()
           
 

Methods in com.netflix.astyanax.impl with parameters of type ConsistencyLevel
 AstyanaxConfigurationImpl AstyanaxConfigurationImpl.setDefaultReadConsistencyLevel(ConsistencyLevel cl)
           
 AstyanaxConfigurationImpl AstyanaxConfigurationImpl.setDefaultWriteConsistencyLevel(ConsistencyLevel cl)
           
 

Uses of ConsistencyLevel in com.netflix.astyanax.model
 

Methods in com.netflix.astyanax.model that return ConsistencyLevel
static ConsistencyLevel ConsistencyLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConsistencyLevel[] ConsistencyLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConsistencyLevel in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query with parameters of type ConsistencyLevel
 ColumnFamilyQuery<K,C> ColumnFamilyQuery.setConsistencyLevel(ConsistencyLevel consistencyLevel)
          Set the consistency level for this operations.
 

Uses of ConsistencyLevel in com.netflix.astyanax.recipes
 

Methods in com.netflix.astyanax.recipes with parameters of type ConsistencyLevel
 ReverseIndexQuery<K,C,V> ReverseIndexQuery.withConsistencyLevel(ConsistencyLevel consistencyLevel)
           
 

Uses of ConsistencyLevel in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift with parameters of type ConsistencyLevel
 ColumnFamilyQuery<K,C> ThriftColumnFamilyQueryImpl.setConsistencyLevel(ConsistencyLevel consistencyLevel)
           
static org.apache.cassandra.thrift.ConsistencyLevel ThriftConverter.ToThriftConsistencyLevel(ConsistencyLevel cl)
           
 

Constructors in com.netflix.astyanax.thrift with parameters of type ConsistencyLevel
ThriftColumnFamilyQueryImpl(ExecutorService executor, KeyspaceTracerFactory tracerFactory, Keyspace keyspace, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp, ColumnFamily<K,C> columnFamily, ConsistencyLevel consistencyLevel, RetryPolicy retry)
           
 



Copyright © 2012. All Rights Reserved.