Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.continuous | |
com.datastax.dse.driver.internal.core.cql.continuous |
Modifier and Type | Method and Description |
---|---|
default ContinuousResultSet |
ContinuousSession.executeContinuously(com.datastax.oss.driver.api.core.cql.Statement<?> statement)
Executes the provided query with continuous paging synchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContinuousResultSet
This class is roughly equivalent to
MultiPageResultSet , except that RowIterator#maybeMoveToNextPage() needs to check for cancellation before fetching the next page. |
Modifier and Type | Field and Description |
---|---|
static com.datastax.oss.driver.api.core.type.reflect.GenericType<ContinuousResultSet> |
ContinuousCqlRequestSyncProcessor.CONTINUOUS_RESULT_SYNC |
Modifier and Type | Method and Description |
---|---|
ContinuousResultSet |
ContinuousCqlRequestSyncProcessor.newFailure(RuntimeException error) |
ContinuousResultSet |
ContinuousCqlRequestSyncProcessor.process(com.datastax.oss.driver.api.core.cql.Statement<?> request,
com.datastax.oss.driver.internal.core.session.DefaultSession session,
com.datastax.oss.driver.internal.core.context.InternalDriverContext context,
String sessionLogPrefix) |
Copyright © 2017–2019. All rights reserved.