public abstract class AbstractBulkExecutor extends Object implements BulkExecutor, AutoCloseable
BulkExecutor.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
failFast |
protected ExecutionListener |
listener |
protected Semaphore |
maxConcurrentRequests |
protected com.datastax.oss.driver.shaded.guava.common.util.concurrent.RateLimiter |
rateLimiter |
protected CqlSession |
session |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBulkExecutor(AbstractBulkExecutorBuilder<?> builder) |
protected |
AbstractBulkExecutor(CqlSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteSync, writeSyncreadSync, readSyncwriteSync, writeSync, writeSync, writeSync, writeSync, writeSyncreadSync, readSync, readSyncwriteAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeAsync, writeAsyncreadAsync, readAsync, readAsync, readAsync, readAsyncwriteReactive, writeReactive, writeReactive, writeReactive, writeReactivereadReactive, readReactive, readReactive, readReactive, readReactive@NonNull protected final CqlSession session
protected final boolean failFast
@Nullable protected final Semaphore maxConcurrentRequests
@Nullable protected final com.datastax.oss.driver.shaded.guava.common.util.concurrent.RateLimiter rateLimiter
@Nullable protected final ExecutionListener listener
protected AbstractBulkExecutor(CqlSession session)
protected AbstractBulkExecutor(AbstractBulkExecutorBuilder<?> builder)
public void close()
close in interface AutoCloseableCopyright © 2017–2021 DataStax. All rights reserved.