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) |
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 |
SinglePartitionNamesCommand
General interface for storage-engine read queries.
|
class |
SinglePartitionReadCommand<F extends ClusteringIndexFilter>
A read command that selects a (part of a) single partition.
|
static class |
SinglePartitionReadCommand.Group
Groups multiple single partition read commands.
|
class |
SinglePartitionSliceCommand
General interface for storage-engine read queries.
|
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 © 2015 The Apache Software Foundation