Interface MultiTableBatchWriter

All Known Implementing Classes:
MockMultiTableBatchWriter

public interface MultiTableBatchWriter
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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Flush and release all resources.
    void
    Send mutations for all tables to accumulo.
    Returns a BatchWriter for a particular table.
    boolean
    Returns true if this batch writer has been closed.