| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkExecutor
An execution unit for
bulk writes and bulk reads that
operates in 3 distinct modes: synchronous (blocking), asynchronous (non-blocking), and reactive. |
interface |
ReactiveBulkExecutor
An execution unit for
bulk writes and bulk
reads that operates in reactive mode. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBulkExecutor
Base class for implementations of
BulkExecutor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkWriter
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReactorBulkExecutor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuousReactorBulkExecutor
An implementation of
BulkExecutor using Reactor,
that executes all reads using continuous paging. |
class |
DefaultReactorBulkExecutor
An implementation of
BulkExecutor using Reactor. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReactorBulkWriter
A reactive execution unit for bulk write operations using Reactor.
|
Copyright © 2017–2021 DataStax. All rights reserved.