Class SSTableWriter

  • All Implemented Interfaces:
    java.lang.AutoCloseable, Transactional
    Direct Known Subclasses:
    BigTableWriter

    public abstract class SSTableWriter
    extends SSTable
    implements Transactional
    This is the API all table writers must implement. TableWriter.create() is the primary way to create a writer for a particular format. The format information is part of the Descriptor.