|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.index | |
org.apache.cassandra.db.index.keys | |
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 |
Row.RowSerializer.deserialize(java.io.DataInput dis,
int version)
|
Row |
Row.RowSerializer.deserialize(java.io.DataInput dis,
int version,
IColumnSerializer.Flag flag,
ISortedColumns.Factory factory)
|
Row |
Table.getRow(QueryFilter filter)
|
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 that return types with arguments of type Row | |
---|---|
static CloseableIterator<Row> |
RowIteratorFactory.getIterator(java.lang.Iterable<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
DecoratedKey startWith,
DecoratedKey stopAt,
QueryFilter filter,
AbstractType comparator,
ColumnFamilyStore cfs)
Get a row iterator over the provided memtables and sstables, between the provided keys and filtered by the queryfilter. |
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.search(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)
|
ReadCommand |
ReadCommand.maybeGenerateRetryCommand(RepairCallback handler,
Row row)
|
ReadCommand |
SliceFromReadCommand.maybeGenerateRetryCommand(RepairCallback handler,
Row row)
|
void |
ReadCommand.maybeTrim(Row row)
|
void |
SliceFromReadCommand.maybeTrim(Row row)
|
void |
Row.RowSerializer.serialize(Row row,
java.io.DataOutput dos,
int version)
|
long |
Row.RowSerializer.serializedSize(Row row,
int version)
|
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)
|
Uses of Row in org.apache.cassandra.db.index |
---|
Methods in org.apache.cassandra.db.index that return types with arguments of type Row | |
---|---|
java.util.List<Row> |
SecondaryIndexManager.search(IndexClause clause,
AbstractBounds range,
IFilter dataFilter)
Performs a search across a number of column indexes TODO: add support for querying across index types |
abstract java.util.List<Row> |
SecondaryIndexSearcher.search(IndexClause clause,
AbstractBounds range,
IFilter dataFilter)
|
Uses of Row in org.apache.cassandra.db.index.keys |
---|
Methods in org.apache.cassandra.db.index.keys that return types with arguments of type Row | |
---|---|
java.util.List<Row> |
KeysSearcher.search(IndexClause clause,
AbstractBounds range,
IFilter dataFilter)
|
Uses of Row in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service that return Row | |
---|---|
Row |
RepairCallback.get()
|
Row |
RowDigestResolver.getData()
Special case of resolve() so that CL.ONE reads never throw DigestMismatchException in the foreground |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |