| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.executor.api.result | |
| com.datastax.oss.dsbulk.executor.api.subscription | |
| com.datastax.oss.dsbulk.workflow.commons.log |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadResult
Represents one of the many results of a read operation.
|
interface |
WriteResult
Represents the unique result of a write operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReadResult |
class |
DefaultWriteResult |
class |
EmptyWriteResult |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSubscription<R extends Result,P extends AsyncPagingIterable<Row,P>>
A single-subscriber subscription that executes the provided
Statement with the provided
CqlSession and emits all the rows returned by the query to its Subscriber. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Result> |
LogManager.newQueryWarningsHandler()
Handler for query warnings.
|
Copyright © 2017–2021 DataStax. All rights reserved.