Uses of Class
me.prettyprint.hector.api.HConsistencyLevel

Packages that use HConsistencyLevel
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.model.thrift   
me.prettyprint.cassandra.service   
me.prettyprint.hector.api The api package defines the main hector api entry points (aka the v2 API) 
 

Uses of HConsistencyLevel in me.prettyprint.cassandra.model
 

Methods in me.prettyprint.cassandra.model that return HConsistencyLevel
 HConsistencyLevel QuorumAllConsistencyLevelPolicy.get(OperationType op)
           
 HConsistencyLevel ConfigurableConsistencyLevel.get(OperationType op)
           
 HConsistencyLevel AllOneConsistencyLevelPolicy.get(OperationType op)
           
 HConsistencyLevel QuorumAllConsistencyLevelPolicy.get(OperationType op, String cfName)
           
 HConsistencyLevel ConfigurableConsistencyLevel.get(OperationType op, String cfName)
           
 HConsistencyLevel AllOneConsistencyLevelPolicy.get(OperationType op, String cfName)
           
 

Methods in me.prettyprint.cassandra.model with parameters of type HConsistencyLevel
 void ConfigurableConsistencyLevel.setConsistencyLevelForCfOperation(HConsistencyLevel consistencyLevel, String columnFamily, OperationType operationType)
           
 void ConfigurableConsistencyLevel.setDefaultReadConsistencyLevel(HConsistencyLevel defaultReadConsistencyLevel)
           
 void ConfigurableConsistencyLevel.setDefaultWriteConsistencyLevel(HConsistencyLevel defaultWriteConsistencyLevel)
           
 

Method parameters in me.prettyprint.cassandra.model with type arguments of type HConsistencyLevel
 void ConfigurableConsistencyLevel.setReadCfConsistencyLevels(Map<String,HConsistencyLevel> columnFamilyConsistencyLevels)
           
 void ConfigurableConsistencyLevel.setWriteCfConsistencyLevels(Map<String,HConsistencyLevel> columnFamilyConsistencyLevels)
           
 

Uses of HConsistencyLevel in me.prettyprint.cassandra.model.thrift
 

Methods in me.prettyprint.cassandra.model.thrift with parameters of type HConsistencyLevel
static org.apache.cassandra.thrift.ConsistencyLevel ThriftConverter.consistencyLevel(HConsistencyLevel c)
           
 

Uses of HConsistencyLevel in me.prettyprint.cassandra.service
 

Methods in me.prettyprint.cassandra.service that return HConsistencyLevel
 HConsistencyLevel KeyspaceServiceImpl.getConsistencyLevel(OperationType operationType)
           
 HConsistencyLevel KeyspaceService.getConsistencyLevel(OperationType operationType)
           
 

Methods in me.prettyprint.cassandra.service with parameters of type HConsistencyLevel
 HColumnFamily<K,N> HColumnFamilyImpl.setReadConsistencyLevel(HConsistencyLevel readLevel)
           
 HColumnFamily<K,N> HColumnFamilyImpl.setWriteConsistencyLevel(HConsistencyLevel writeLevel)
           
 

Uses of HConsistencyLevel in me.prettyprint.hector.api
 

Methods in me.prettyprint.hector.api that return HConsistencyLevel
 HConsistencyLevel ConsistencyLevelPolicy.get(OperationType op)
          Get the desired consistency level according to the operation type.
 HConsistencyLevel ConsistencyLevelPolicy.get(OperationType op, String cfName)
          Get desired consistency according to the operation type and column family name.
static HConsistencyLevel HConsistencyLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HConsistencyLevel[] HConsistencyLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in me.prettyprint.hector.api with parameters of type HConsistencyLevel
 HColumnFamily<K,N> HColumnFamily.setReadConsistencyLevel(HConsistencyLevel readLevel)
           
 HColumnFamily<K,N> HColumnFamily.setWriteConsistencyLevel(HConsistencyLevel writeLevel)
           
 



Copyright © 2011. All Rights Reserved.