Uses of Class
org.apache.cassandra.db.RangeSliceCommand

Packages that use RangeSliceCommand
org.apache.cassandra.db   
org.apache.cassandra.service   
 

Uses of RangeSliceCommand in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return types with arguments of type RangeSliceCommand
 MessageOut<RangeSliceCommand> RangeSliceCommand.createMessage()
           
 

Uses of RangeSliceCommand in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type RangeSliceCommand
static java.util.List<Row> RangeSliceVerbHandler.executeLocally(RangeSliceCommand command)
           
static java.util.List<Row> StorageProxy.getRangeSlice(RangeSliceCommand command, ConsistencyLevel consistency_level)
           
 

Method parameters in org.apache.cassandra.service with type arguments of type RangeSliceCommand
 void RangeSliceVerbHandler.doVerb(MessageIn<RangeSliceCommand> message, java.lang.String id)
           
 



Copyright © 2012 The Apache Software Foundation