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

Packages that use Operation
me.prettyprint.cassandra.connection   
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   
 

Uses of Operation in me.prettyprint.cassandra.connection
 

Methods in me.prettyprint.cassandra.connection with parameters of type Operation
 void HConnectionManager.operateWithFailover(Operation<?> op)
           
 

Uses of Operation in me.prettyprint.cassandra.model
 

Methods in me.prettyprint.cassandra.model with parameters of type Operation
<T> ExecutionResult<T>
ExecutingVirtualKeyspace.doExecuteOperation(Operation<T> operation)
           
<T> ExecutionResult<T>
ExecutingKeyspace.doExecuteOperation(Operation<T> operation)
           
 

Uses of Operation in me.prettyprint.cassandra.service
 

Subclasses of Operation in me.prettyprint.cassandra.service
 class VirtualKeyspaceOperation<T>
           
 

Constructors in me.prettyprint.cassandra.service with parameters of type Operation
VirtualKeyspaceOperation(Operation<T> operation, ByteBuffer prefixBytes)
           
 



Copyright © 2011. All Rights Reserved.