| Package | Description |
|---|---|
| com.datastax.oss.dsbulk.format.statement | |
| com.datastax.oss.dsbulk.workflow.commons.format.statement |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchStatementPrinter |
class |
BoundStatementPrinter |
class |
DefaultStatementPrinter |
class |
SimpleStatementPrinter |
class |
StatementPrinterBase<S extends Statement<S>>
A common parent class for
StatementPrinter implementations. |
| Modifier and Type | Method and Description |
|---|---|
<S extends Statement<S>> |
StatementPrinterRegistry.findPrinter(Class<? extends S> statementClass) |
| Modifier and Type | Method and Description |
|---|---|
StatementFormatter.Builder |
StatementFormatter.Builder.addStatementPrinters(StatementPrinter<?>... printers)
Adds the given
StatementPrinters to the list of available statement printers. |
<S extends Statement<S>> |
StatementPrinterRegistry.register(StatementPrinter<S> printer) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedBoundStatementPrinter |
class |
MappedSimpleStatementPrinter |
Copyright © 2017–2021 DataStax. All rights reserved.