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 SystemTable.get(java.lang.String key)
           
 Row Table.get(java.lang.String key)
          Selects the row associated with the given key.
 Row Table.getRow(java.lang.String key, java.lang.String cf)
          Selects only the specified column family for the specified key.
 Row Table.getRow(java.lang.String key, java.lang.String cf, int start, int count)
          Selects only the specified column family for the specified key.
 Row Table.getRow(java.lang.String key, java.lang.String cf, java.util.List<java.lang.String> columns)
          This method returns the specified columns for the specified column family.
 Row Table.getRow(java.lang.String key, java.lang.String cf, long sinceTimeStamp)
           
 Row ColumnReadCommand.getRow(Table table)
           
 Row ColumnsSinceReadCommand.getRow(Table table)
           
abstract  Row ReadCommand.getRow(Table table)
           
 Row RowReadCommand.getRow(Table table)
           
 Row SliceByNamesReadCommand.getRow(Table table)
           
 Row SliceReadCommand.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)
           
 void SystemTable.reset(Row row)
           
 

Constructors in org.apache.cassandra.db with parameters of type Row
ReadResponse(java.lang.String table, 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()
           
static Row StorageProxy.readProtocol(ReadCommand command, StorageService.ConsistencyLevel consistencyLevel)
          Performs the actual reading of a row out of the StorageService, fetching a specific set of column names from a given column family.
 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.Map<java.lang.String,Row> StorageProxy.doReadProtocol(java.util.Map<java.lang.String,ReadCommand> readMessages)
          This is an implementation for the multiget version.
static java.util.Map<java.lang.String,Row> StorageProxy.readProtocol(java.lang.String[] keys, ReadCommand readCommand, StorageService.ConsistencyLevel consistencyLevel)
           
static java.util.Map<java.lang.String,Row> StorageProxy.strongReadProtocol(java.lang.String[] keys, ReadCommand readCommand)
          This is a multiget version of the above method.
static java.util.Map<java.lang.String,Row> StorageProxy.weakReadProtocol(java.lang.String[] keys, ReadCommand readCommand)
          This version is used when results for multiple keys needs to be retrieved.
 

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