Class DiskTableWriter

All Implemented Interfaces:
Entry, Record, Row, TableWriter<Row>, BufferedAppendable

public class DiskTableWriter extends LocalTableWriterImpl
TableWriter for write-only table writing to a local table location.
  • Constructor Details

    • DiskTableWriter

      public DiskTableWriter(@NotNull TableDefinition definition, @NotNull File tableDestination, boolean append)
    • DiskTableWriter

      public DiskTableWriter(@NotNull TableDefinition tableDefinition, @NotNull File destinationPath)