Interface PerSSTableIndexWriter

  • All Known Implementing Classes:
    SSTableComponentsWriter

    public interface PerSSTableIndexWriter
    Writes all SSTable-attached index files. The files written are version specific.
    • Method Detail

      • startPartition

        default void startPartition​(DecoratedKey decoratedKey)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • nextRow

        void nextRow​(PrimaryKey primaryKey)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • complete

        default void complete()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • abort

        default void abort()