Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db | |
org.apache.cassandra.db.view |
Modifier and Type | Method and Description |
---|---|
ReadQuery |
SelectStatement.getQuery(QueryOptions options,
int nowInSec) |
ReadQuery |
SelectStatement.getQuery(QueryOptions options,
int nowInSec,
int userLimit,
int perPartitionLimit,
int pageSize) |
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.
|
Modifier and Type | Field and Description |
---|---|
static ReadQuery |
ReadQuery.EMPTY |
Modifier and Type | Method and Description |
---|---|
ReadQuery |
View.getReadQuery()
Returns the ReadQuery used to filter this view.
|
Copyright © 2020 The Apache Software Foundation