Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.service.pager |
Modifier and Type | Field and Description |
---|---|
PagingState |
ResultSet.Metadata.pagingState |
Modifier and Type | Method and Description |
---|---|
PagingState |
QueryOptions.getPagingState()
The paging state for this query, or null if not relevant.
|
Modifier and Type | Method and Description |
---|---|
ResultSet.Metadata |
ResultSet.Metadata.setHasMorePages(PagingState pagingState) |
Constructor and Description |
---|
QueryOptions(ConsistencyLevel consistency,
java.util.List<java.nio.ByteBuffer> values,
boolean skipMetadata,
int pageSize,
PagingState pagingState,
ConsistencyLevel serialConsistency) |
Modifier and Type | Method and Description |
---|---|
static PagingState |
PagingState.deserialize(java.nio.ByteBuffer bytes) |
PagingState |
NamesQueryPager.state() |
PagingState |
QueryPager.state()
Get the current state of the pager.
|
PagingState |
RangeNamesQueryPager.state() |
PagingState |
RangeSliceQueryPager.state() |
PagingState |
SliceQueryPager.state() |
Modifier and Type | Method and Description |
---|---|
static QueryPager |
QueryPagers.pager(Pageable command,
ConsistencyLevel consistencyLevel,
PagingState state) |
Copyright © 2014 The Apache Software Foundation