Uses of Class
me.prettyprint.cassandra.service.OperationType

Packages that use OperationType
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.service   
me.prettyprint.hector.api The api package defines the main hector api entry points (aka the v2 API) 
 

Uses of OperationType in me.prettyprint.cassandra.model
 

Methods in me.prettyprint.cassandra.model with parameters of type OperationType
 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)
           
 void ConfigurableConsistencyLevel.setConsistencyLevelForCfOperation(HConsistencyLevel consistencyLevel, String columnFamily, OperationType operationType)
           
 

Uses of OperationType in me.prettyprint.cassandra.service
 

Fields in me.prettyprint.cassandra.service declared as OperationType
 OperationType Operation.operationType
           
 

Methods in me.prettyprint.cassandra.service that return OperationType
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in me.prettyprint.cassandra.service with parameters of type OperationType
 HConsistencyLevel KeyspaceServiceImpl.getConsistencyLevel(OperationType operationType)
           
 HConsistencyLevel KeyspaceService.getConsistencyLevel(OperationType operationType)
           
 

Constructors in me.prettyprint.cassandra.service with parameters of type OperationType
Operation(OperationType operationType)
           
Operation(OperationType operationType, FailoverPolicy failoverPolicy, Map<String,String> credentials)
           
Operation(OperationType operationType, FailoverPolicy failoverPolicy, String keyspaceName, Map<String,String> credentials)
           
Operation(OperationType operationType, Map<String,String> credentials)
           
 

Uses of OperationType in me.prettyprint.hector.api
 

Methods in me.prettyprint.hector.api with parameters of type OperationType
 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.
 



Copyright © 2012. All Rights Reserved.