Interface MultiTableBatchWriter

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    MultiTableBatchWriterImpl

    public interface MultiTableBatchWriter
    extends AutoCloseable
    This class enables efficient batch writing to multiple tables. When creating a batch writer for each table, each has its own memory and network resources. Using this class these resources may be shared among multiple tables.