| Interface | Description |
|---|---|
| DataWriter<D> |
An interface for data writers
|
| WatermarkStorage |
Storage for Watermarks.
|
| Class | Description |
|---|---|
| DataWriterBuilder<S,D> |
A builder class for
DataWriter. |
| Destination |
A class representing a destination for a writer to write to.
|
| FluentDataWriterBuilder<S,D,B extends FluentDataWriterBuilder<S,D,B>> |
A helper class to help create fluent
DataWriterBuilders. |
| FsWriterMetrics |
Metrics that can be stored in workUnitState by filesystem based writers.
|
| FsWriterMetrics.FileInfo | |
| PartitionIdentifier | |
| WriterWrapper<D> |
An interface that should be used by all
DataWriters that don't actually write records but instead wrap a
different DataWriter. |
| Enum | Description |
|---|---|
| Destination.DestinationType |
Enumeration of supported destination types.
|
| WriterOutputFormat |
An enumeration of writer output formats.
|