Interface CompactWriter<T>

All Known Implementing Classes:
CompactBucketWriter

@Internal public interface CompactWriter<T>
Writer for compaction.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Factory to create CompactWriter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Commits the pending file, making it visible.
    void
    write(T record)