Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db |
Modifier and Type | Method and Description |
---|---|
ReadQuery |
SelectStatement.getQuery(QueryOptions options,
ColumnFilter columnFilter,
int nowInSec,
int userLimit,
int perPartitionLimit,
int pageSize) |
ReadQuery |
SelectStatement.getQuery(QueryOptions options,
int nowInSec) |
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionRangeReadQuery
A
ReadQuery for a range of partitions. |
interface |
SinglePartitionReadQuery
A
ReadQuery for a single partition. |
Modifier and Type | Class and Description |
---|---|
class |
PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.
|
class |
ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
class |
SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
static class |
SinglePartitionReadCommand.Group
Groups multiple single partition read commands.
|
static class |
SinglePartitionReadQuery.Group<T extends SinglePartitionReadQuery>
Groups multiple single partition read queries.
|
class |
VirtualTablePartitionRangeReadQuery
A read query that selects a (part of a) range of partitions of a virtual table.
|
class |
VirtualTableReadQuery
Base class for the
ReadQuery implementations use to query virtual tables. |
class |
VirtualTableSinglePartitionReadQuery
A read query that selects a (part of a) single partition of a virtual table.
|
static class |
VirtualTableSinglePartitionReadQuery.Group
Groups multiple single partition read queries.
|
Modifier and Type | Method and Description |
---|---|
static ReadQuery |
PartitionRangeReadQuery.create(TableMetadata table,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DataRange dataRange) |
static ReadQuery |
ReadQuery.empty(TableMetadata metadata) |
Copyright © 2009-2022 The Apache Software Foundation