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

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

Uses of Row in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db declared as Row
protected  Row RowMutationVerbHandler.RowMutationContext.row_
           
 

Methods in org.apache.cassandra.db that return Row
 Row Row.cloneMe()
           
 Row Row.diff(Row rowComposite)
           
 Row Table.get(java.lang.String key)
          Deprecated. 
 Row Table.getRow(QueryFilter filter)
           
 Row Table.getRow(java.lang.String key, java.lang.String cfName)
          Deprecated. 
abstract  Row ReadCommand.getRow(Table table)
           
 Row SliceByNamesReadCommand.getRow(Table table)
           
 Row SliceFromReadCommand.getRow(Table table)
           
 Row ReadResponse.row()
           
 

Methods in org.apache.cassandra.db with parameters of type Row
 Row Row.diff(Row rowComposite)
           
 void Row.repair(Row rowOther)
           
 

Constructors in org.apache.cassandra.db with parameters of type Row
ReadResponse(Row row)
           
RowMutation(java.lang.String table, Row row)
           
 

Uses of Row in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return Row
 Row[] MultiQuorumResponseHandler.get()
           
 Row ReadResponseResolver.resolve(java.util.List<Message> responses)
           
 

Methods in org.apache.cassandra.service that return types with arguments of type Row
static java.util.List<Row> StorageProxy.readProtocol(java.util.List<ReadCommand> commands, int consistency_level)
          Performs the actual reading of a row out of the StorageService, fetching a specific set of column names from a given column family.
 

Methods in org.apache.cassandra.service with parameters of type Row
 void StorageService.doConsistencyCheck(Row row, java.util.List<EndPoint> endpoints, ReadCommand command)
           
 



Copyright © 2009 The Apache Software Foundation