Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.service.pager |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
UntypedResultSet.create(SelectStatement select,
QueryPager pager,
int pageSize) |
Modifier and Type | Interface and Description |
---|---|
interface |
SinglePartitionPager
Common interface to single partition queries (by slice and by name).
|
Modifier and Type | Class and Description |
---|---|
class |
NamesQueryPager
Pager over a SliceByNamesReadCommand.
|
class |
RangeNamesQueryPager
Pages a RangeSliceCommand whose predicate is a name query.
|
class |
RangeSliceQueryPager
Pages a RangeSliceCommand whose predicate is a slice query.
|
class |
SliceQueryPager
Pager over a SliceFromReadCommand.
|
Modifier and Type | Method and Description |
---|---|
static QueryPager |
QueryPagers.localPager(Pageable command) |
static QueryPager |
QueryPagers.pager(Pageable command,
ConsistencyLevel consistencyLevel) |
static QueryPager |
QueryPagers.pager(Pageable command,
ConsistencyLevel consistencyLevel,
PagingState state) |
Copyright © 2014 The Apache Software Foundation