Package | Description |
---|---|
com.datastax.oss.driver.api.core.cql |
Modifier and Type | Method and Description |
---|---|
static PagingState |
PagingState.fromBytes(byte[] bytes)
Parses an instance from a byte array previously generated with
toBytes() . |
static PagingState |
PagingState.fromString(String string)
Parses an instance from a string previously generated with
toString() . |
default PagingState |
ExecutionInfo.getSafePagingState()
The paging state of the query, in a safe wrapper that checks if it's reused on the right
statement.
|
Modifier and Type | Method and Description |
---|---|
default SelfT |
Statement.setPagingState(PagingState newPagingState)
Sets the paging state to send with the statement, or
null if this statement has no
paging state. |
default SelfT |
Statement.setPagingState(PagingState newPagingState,
Session session)
Alternative to
Statement.setPagingState(PagingState) that specifies the session the statement
will be executed with. |
Copyright © 2017–2024. All rights reserved.