Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db | |
org.apache.cassandra.service.pager |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
UntypedResultSet.create(SelectStatement select,
QueryPager pager,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
QueryPager |
PartitionRangeReadCommand.getPager(PagingState pagingState,
int protocolVersion) |
QueryPager |
ReadQuery.getPager(PagingState pagingState,
int protocolVersion)
Returns a pager for the query.
|
QueryPager |
SinglePartitionReadCommand.Group.getPager(PagingState pagingState,
int protocolVersion) |
Modifier and Type | Class and Description |
---|---|
class |
MultiPartitionPager
Pager over a list of ReadCommand.
|
class |
PartitionRangeQueryPager
Pages a PartitionRangeReadCommand.
|
class |
SinglePartitionPager
Common interface to single partition queries (by slice and by name).
|
Modifier and Type | Field and Description |
---|---|
static QueryPager |
QueryPager.EMPTY |
Copyright © 2017 The Apache Software Foundation