| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.format.statement |
| Modifier and Type | Method and Description |
|---|---|
StatementFormatter.Builder |
StatementFormatter.Builder.addStatementPrinters(StatementPrinter<?>... printers)
Adds the given
StatementPrinters to the list of available statement printers. |
static StatementFormatter.Builder |
StatementFormatter.builder()
Creates a new
StatementFormatter.Builder instance. |
StatementFormatter.Builder |
StatementFormatter.Builder.withMaxBoundValueLength(int maxBoundValueLength)
Sets the maximum length, in numbers of printed characters, allowed for a single bound value.
|
StatementFormatter.Builder |
StatementFormatter.Builder.withMaxBoundValues(int maxBoundValues)
Sets the maximum number of printed bound values.
|
StatementFormatter.Builder |
StatementFormatter.Builder.withMaxInnerStatements(int maxInnerStatements)
Sets the maximum number of printed inner statements of a
BatchStatement. |
StatementFormatter.Builder |
StatementFormatter.Builder.withMaxQueryStringLength(int maxQueryStringLength)
Sets the maximum length allowed for query strings.
|
Copyright © 2017–2021 DataStax. All rights reserved.