Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,CFMetaData> |
KSMetaData.deserializeColumnFamilies(Row row)
Deserialize ColumnFamilies from low-level schema representation, all of them belong to the same keyspace
|
static java.util.List<TriggerDefinition> |
TriggerDefinition.fromSchema(Row serializedTriggers)
Deserialize triggers from storage-level representation.
|
static java.util.Map<java.nio.ByteBuffer,UserType> |
UTMetaData.fromSchema(Row row) |
static KSMetaData |
KSMetaData.fromSchema(Row row,
java.lang.Iterable<CFMetaData> cfms,
UTMetaData userTypes)
Deserialize only Keyspace attributes without nested ColumnFamilies
|
static KSMetaData |
KSMetaData.fromSchema(Row serializedKs,
Row serializedCFs,
Row serializedUserTypes)
Deserialize Keyspace with nested ColumnFamilies
|
static boolean |
Schema.ignoredSchemaRow(Row row) |
static boolean |
Schema.invalidSchemaRow(Row row) |
static UntypedResultSet |
ColumnDefinition.resultify(Row serializedColumns) |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
QueryProcessor.resultify(java.lang.String query,
Row row) |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
QueryProcessor.resultify(java.lang.String query,
java.util.List<Row> rows) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
SelectStatement.process(java.util.List<Row> rows) |
ResultMessage.Rows |
SelectStatement.processResults(java.util.List<Row> rows,
QueryOptions options,
int limit,
long now) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Row> |
RangeSliceReply.rows |
Modifier and Type | Method and Description |
---|---|
Row |
Row.RowSerializer.deserialize(java.io.DataInput in,
int version) |
Row |
Row.RowSerializer.deserialize(java.io.DataInput in,
int version,
ColumnSerializer.Flag flag) |
abstract Row |
ReadCommand.getRow(Keyspace keyspace) |
Row |
SliceByNamesReadCommand.getRow(Keyspace keyspace) |
Row |
SliceFromReadCommand.getRow(Keyspace keyspace) |
Row |
Keyspace.getRow(QueryFilter filter) |
Row |
ReadCommand.maybeTrim(Row row) |
Row |
SliceFromReadCommand.maybeTrim(Row row) |
static Row |
SystemKeyspace.readSchemaRow(java.lang.String schemaCfName,
java.lang.String ksName)
Fetches a subset of schema (table data, columns metadata or triggers) for the keyspace.
|
static Row |
SystemKeyspace.readSchemaRow(java.lang.String schemaCfName,
java.lang.String ksName,
java.lang.String cfName)
Fetches a subset of schema (table data, columns metadata or triggers) for the keyspace+table pair.
|
Row |
ReadResponse.row() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Row> |
AbstractRangeCommand.executeLocally() |
java.util.List<Row> |
PagedRangeCommand.executeLocally() |
java.util.List<Row> |
RangeSliceCommand.executeLocally() |
java.util.List<Row> |
ColumnFamilyStore.filter(ColumnFamilyStore.AbstractScanIterator rowIterator,
ExtendedFilter filter) |
static CloseableIterator<Row> |
RowIteratorFactory.getIterator(java.lang.Iterable<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
DataRange range,
ColumnFamilyStore cfs,
long now)
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(AbstractBounds<RowPosition> range,
java.util.List<IndexExpression> rowFilter,
IDiskAtomFilter columnFilter,
int maxResults) |
java.util.List<Row> |
ColumnFamilyStore.getRangeSlice(AbstractBounds<RowPosition> range,
java.util.List<IndexExpression> rowFilter,
IDiskAtomFilter columnFilter,
int maxResults,
long now) |
java.util.List<Row> |
ColumnFamilyStore.getRangeSlice(AbstractBounds<RowPosition> range,
java.util.List<IndexExpression> rowFilter,
IDiskAtomFilter columnFilter,
int maxResults,
long now,
boolean countCQL3Rows,
boolean isPaging) |
java.util.List<Row> |
ColumnFamilyStore.getRangeSlice(ExtendedFilter filter) |
java.util.List<Row> |
AbstractRangeCommand.postReconciliationProcessing(java.util.List<Row> rows) |
java.util.List<Row> |
ColumnFamilyStore.search(AbstractBounds<RowPosition> range,
java.util.List<IndexExpression> clause,
IDiskAtomFilter dataFilter,
int maxResults) |
java.util.List<Row> |
ColumnFamilyStore.search(AbstractBounds<RowPosition> range,
java.util.List<IndexExpression> clause,
IDiskAtomFilter dataFilter,
int maxResults,
long now) |
java.util.List<Row> |
ColumnFamilyStore.search(ExtendedFilter filter) |
static java.util.List<Row> |
SystemKeyspace.serializedSchema() |
static java.util.List<Row> |
SystemKeyspace.serializedSchema(java.lang.String schemaCfName) |
Modifier and Type | Method and Description |
---|---|
static ReadResponse |
ReadVerbHandler.getResponse(ReadCommand command,
Row row) |
ReadCommand |
ReadCommand.maybeGenerateRetryCommand(RowDataResolver resolver,
Row row) |
ReadCommand |
SliceFromReadCommand.maybeGenerateRetryCommand(RowDataResolver resolver,
Row row) |
Row |
ReadCommand.maybeTrim(Row row) |
Row |
SliceFromReadCommand.maybeTrim(Row row) |
void |
Row.RowSerializer.serialize(Row row,
DataOutputPlus out,
int version) |
long |
Row.RowSerializer.serializedSize(Row row,
int version) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
AbstractRangeCommand.postReconciliationProcessing(java.util.List<Row> rows) |
Constructor and Description |
---|
Mutation(java.lang.String keyspaceName,
Row row) |
ReadResponse(Row row) |
ReadResponse(Row row,
java.nio.ByteBuffer digest) |
Constructor and Description |
---|
RangeSliceReply(java.util.List<Row> rows) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
SecondaryIndexSearcher.postReconciliationProcessing(java.util.List<IndexExpression> clause,
java.util.List<Row> rows)
Combines index query results from multiple nodes.
|
java.util.List<Row> |
SecondaryIndexManager.search(ExtendedFilter filter)
Performs a search across a number of column indexes
|
abstract java.util.List<Row> |
SecondaryIndexSearcher.search(ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
SecondaryIndexSearcher.postReconciliationProcessing(java.util.List<IndexExpression> clause,
java.util.List<Row> rows)
Combines index query results from multiple nodes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
CompositesSearcher.search(ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
KeysSearcher.search(ExtendedFilter filter) |
Modifier and Type | Field and Description |
---|---|
protected ReadCallback<ReadResponse,Row> |
AbstractReadExecutor.handler |
Modifier and Type | Method and Description |
---|---|
Row |
AbstractReadExecutor.get()
wait for an answer.
|
Row |
RowDataResolver.getData() |
Row |
RowDigestResolver.getData()
Special case of resolve() so that CL.ONE reads never throw DigestMismatchException in the foreground
|
Row |
RowDataResolver.resolve() |
Row |
RowDigestResolver.resolve() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
RangeSliceResponseResolver.getData() |
static java.util.List<Row> |
StorageProxy.getRangeSlice(AbstractRangeCommand command,
ConsistencyLevel consistency_level) |
static java.util.List<Row> |
StorageProxy.read(java.util.List<ReadCommand> commands,
ConsistencyLevel consistencyLevel) |
static java.util.List<Row> |
StorageProxy.read(java.util.List<ReadCommand> commands,
ConsistencyLevel consistencyLevel,
ClientState state)
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() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Row> |
RangeSliceQueryPager.discardFirst(java.util.List<Row> rows) |
java.util.List<Row> |
NamesQueryPager.fetchPage(int pageSize) |
java.util.List<Row> |
QueryPager.fetchPage(int pageSize)
Fetches the next page.
|
protected java.util.List<Row> |
RangeNamesQueryPager.queryNextPage(int pageSize,
ConsistencyLevel consistencyLevel,
boolean localQuery) |
protected java.util.List<Row> |
RangeSliceQueryPager.queryNextPage(int pageSize,
ConsistencyLevel consistencyLevel,
boolean localQuery) |
protected java.util.List<Row> |
SliceQueryPager.queryNextPage(int pageSize,
ConsistencyLevel consistencyLevel,
boolean localQuery) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RangeNamesQueryPager.containsPreviousLast(Row first) |
protected boolean |
RangeSliceQueryPager.containsPreviousLast(Row first) |
protected boolean |
SliceQueryPager.containsPreviousLast(Row first) |
protected boolean |
RangeNamesQueryPager.recordLast(Row last) |
protected boolean |
RangeSliceQueryPager.recordLast(Row last) |
protected boolean |
SliceQueryPager.recordLast(Row last) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Row> |
RangeSliceQueryPager.discardFirst(java.util.List<Row> rows) |
Copyright © 2020 The Apache Software Foundation