| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| Modifier and Type | Method and Description |
|---|---|
ContinuousPagingOptions |
ContinuousPagingOptions.Builder.build()
Returns the options specified by this builder.
|
| Modifier and Type | Method and Description |
|---|---|
ContinuousPagingResult |
ContinuousPagingSession.executeContinuously(Statement statement,
ContinuousPagingOptions options)
Convenience method to execute a continuous query in a synchronous context.
|
ListenableFuture<AsyncContinuousPagingResult> |
ContinuousPagingSession.executeContinuouslyAsync(Statement statement,
ContinuousPagingOptions options)
Executes the provided query with continuous paging.
|
Copyright © 2012–2017. All rights reserved.