| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.workflow.api.error | |
| com.datastax.oss.dsbulk.workflow.commons.log |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteErrorThreshold |
class |
RatioErrorThreshold |
class |
UnlimitedErrorThreshold |
| Modifier and Type | Method and Description |
|---|---|
static ErrorThreshold |
ErrorThreshold.forAbsoluteValue(long maxErrors)
Creates an
ErrorThreshold based on an absolute number of maximum allowed errors. |
static ErrorThreshold |
ErrorThreshold.forRatio(float maxErrorRatio,
long minSample)
Creates an
ErrorThreshold based on a ratio of errors over the total items processed so
far. |
ErrorThreshold |
TooManyErrorsException.getThreshold() |
static ErrorThreshold |
ErrorThreshold.unlimited()
Creates an
ErrorThreshold that cannot be exceeded. |
| Constructor and Description |
|---|
TooManyErrorsException(ErrorThreshold threshold) |
| Constructor and Description |
|---|
LogManager(CqlSession session,
Path operationDirectory,
ErrorThreshold errorThreshold,
ErrorThreshold queryWarningsThreshold,
boolean trackPositions,
StatementFormatter statementFormatter,
StatementFormatVerbosity statementFormatVerbosity,
RowFormatter rowFormatter) |
Copyright © 2017–2021 DataStax. All rights reserved.