Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
static PagingState |
PagingState.fromBytes(byte[] pagingState)
Create a PagingState object from a byte array previously generated with
toBytes() . |
static PagingState |
PagingState.fromString(String string)
Create a PagingState object from a string previously generated with
toString() . |
PagingState |
ExecutionInfo.getPagingState()
The paging state of the query.
|
Modifier and Type | Method and Description |
---|---|
Statement |
StatementWrapper.setPagingState(PagingState pagingState) |
Statement |
Statement.setPagingState(PagingState pagingState)
Sets the paging state.
|
Statement |
StatementWrapper.setPagingState(PagingState pagingState,
CodecRegistry codecRegistry) |
Statement |
Statement.setPagingState(PagingState pagingState,
CodecRegistry codecRegistry)
Sets the paging state.
|
Copyright © 2012–2023. All rights reserved.