| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.workflow.commons.metrics | |
| com.datastax.oss.dsbulk.workflow.commons.settings |
| Constructor and Description |
|---|
MetricsManager(com.codahale.metrics.MetricRegistry driverRegistry,
boolean monitorWrites,
String executionId,
ScheduledExecutorService scheduler,
TimeUnit rateUnit,
TimeUnit durationUnit,
long expectedWrites,
long expectedReads,
boolean trackBytes,
boolean jmx,
boolean csv,
boolean console,
Path operationDirectory,
LogSettings.Verbosity verbosity,
Duration reportInterval,
boolean batchingEnabled,
ProtocolVersion protocolVersion,
CodecRegistry codecRegistry,
RowType rowType) |
| Modifier and Type | Method and Description |
|---|---|
LogSettings.Verbosity |
LogSettings.getVerbosity() |
static LogSettings.Verbosity |
LogSettings.Verbosity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogSettings.Verbosity[] |
LogSettings.Verbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricsManager |
MonitoringSettings.newMetricsManager(boolean monitorWrites,
boolean batchingEnabled,
Path operationDirectory,
LogSettings.Verbosity verbosity,
com.codahale.metrics.MetricRegistry registry,
ProtocolVersion protocolVersion,
CodecRegistry codecRegistry,
RowType rowType) |
Copyright © 2017–2021 DataStax. All rights reserved.