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 with type parameters of type Row
 java.util.List<Row> RangeSliceReply.rows
           
 

Methods in org.apache.cassandra.db that return Row
 Row Table.getRow(QueryFilter filter)
           
abstract  Row ReadCommand.getRow(Table table)
           
 Row SliceByNamesReadCommand.getRow(Table table)
           
 Row SliceFromReadCommand.getRow(Table table)
           
 Row RowIterator.next()
           
 Row ReadResponse.row()
           
 

Methods in org.apache.cassandra.db that return types with arguments of type Row
 java.util.List<Row> ColumnFamilyStore.getRangeSlice(java.nio.ByteBuffer superColumn, AbstractBounds range, int maxResults, IFilter columnFilter)
          Fetch a range of rows and columns from memtables/sstables.
 java.util.List<Row> ColumnFamilyStore.scan(IndexClause clause, AbstractBounds range, IFilter dataFilter)
           
 

Methods in org.apache.cassandra.db with parameters of type Row
static ReadResponse ReadVerbHandler.getResponse(ReadCommand command, Row row)
           
 

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

Constructor parameters in org.apache.cassandra.db with type arguments of type Row
RangeSliceReply(java.util.List<Row> rows)
           
RowIterator(ReducingIterator<IColumnIterator,Row> reduced, java.util.List<java.util.Iterator<IColumnIterator>> iterators)
           
 

Uses of Row in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return Row
 Row RowDigestResolver.getData()
           
 Row RowRepairResolver.getData()
           
 Row RowDigestResolver.resolve()
           
 Row RowRepairResolver.resolve()
           
 

Methods in org.apache.cassandra.service that return types with arguments of type Row
 java.util.List<Row> RangeSliceResponseResolver.getData()
           
static java.util.List<Row> StorageProxy.getRangeSlice(RangeSliceCommand command, ConsistencyLevel consistency_level)
           
static java.util.List<Row> StorageProxy.read(java.util.List<ReadCommand> commands, ConsistencyLevel 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.
 java.lang.Iterable<Row> RangeSliceResponseResolver.resolve()
           
static java.util.List<Row> StorageProxy.scan(java.lang.String keyspace, java.lang.String column_family, IndexClause index_clause, SlicePredicate column_predicate, ConsistencyLevel consistency_level)
           
 



Copyright © 2011 The Apache Software Foundation