| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.executor.api.listener |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMetricsReportingExecutionListenerBuilder<WritesReportingExecutionListener> |
WritesReportingExecutionListener.builder()
Creates a new builder for this class.
|
static AbstractMetricsReportingExecutionListenerBuilder<StatementsReportingExecutionListener> |
StatementsReportingExecutionListener.builder()
Creates a new builder for this class.
|
static AbstractMetricsReportingExecutionListenerBuilder<ReadsReportingExecutionListener> |
ReadsReportingExecutionListener.builder()
Creates a new builder for this class.
|
static AbstractMetricsReportingExecutionListenerBuilder<ReadsAndWritesReportingExecutionListener> |
ReadsAndWritesReportingExecutionListener.builder()
Creates a new builder for this class.
|
AbstractMetricsReportingExecutionListenerBuilder<T> |
AbstractMetricsReportingExecutionListenerBuilder.convertDurationsTo(TimeUnit durationUnit)
Convert durations to the given time unit.
|
AbstractMetricsReportingExecutionListenerBuilder<T> |
AbstractMetricsReportingExecutionListenerBuilder.convertRatesTo(TimeUnit rateUnit)
Convert rates to the given time unit.
|
AbstractMetricsReportingExecutionListenerBuilder<T> |
AbstractMetricsReportingExecutionListenerBuilder.expectingTotalEvents(long expectedTotal)
The total number of expected events.
|
AbstractMetricsReportingExecutionListenerBuilder<T> |
AbstractMetricsReportingExecutionListenerBuilder.extractingMetricsFrom(MetricsCollectingExecutionListener delegate)
Instructs the new reporter to use the given delegate as is source of metrics.
|
AbstractMetricsReportingExecutionListenerBuilder<T> |
AbstractMetricsReportingExecutionListenerBuilder.withLogSink(LogSink sink)
Use the given
LogSink to log messages. |
AbstractMetricsReportingExecutionListenerBuilder<T> |
AbstractMetricsReportingExecutionListenerBuilder.withScheduler(ScheduledExecutorService scheduler)
Use the given scheduler to schedule periodic reports.
|
Copyright © 2017–2021 DataStax. All rights reserved.