|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ReadResponse.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)
|
Uses of Row in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service that return Row | |
---|---|
Row |
ReadResponseResolver.resolve(java.util.Collection<Message> responses)
|
Methods in org.apache.cassandra.service that return types with arguments of type Row | |
---|---|
static java.util.List<Row> |
StorageProxy.getRangeSlice(RangeSliceCommand command,
ConsistencyLevel consistency_level)
|
static java.util.List<Row> |
StorageProxy.readProtocol(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.util.List<Row> |
RangeSliceResponseResolver.resolve(java.util.Collection<Message> responses)
|
Methods in org.apache.cassandra.service with parameters of type Row | |
---|---|
void |
StorageService.doConsistencyCheck(Row row,
java.util.List<java.net.InetAddress> endpoints,
ReadCommand command)
This method performs the requisite operations to make sure that the N replicas are in sync. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |