Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<AsyncContinuousPagingResult> |
ContinuousPagingSession.executeContinuouslyAsync(Statement statement,
ContinuousPagingOptions options)
Executes the provided query with continuous paging.
|
ListenableFuture<AsyncContinuousPagingResult> |
AsyncContinuousPagingResult.nextPage()
Returns a future wrapping the next page in the stream of results.
|
Copyright © 2012–2018. All rights reserved.