Interface FileReftableStack.Writer

  • Enclosing class:
    FileReftableStack

    public static interface FileReftableStack.Writer
    Writer is a callable that writes data to a reftable under construction. It should set the min/max update index, and then write refs and/or logs. It should not call finish() on the writer.
    • Method Detail

      • call

        void call​(ReftableWriter w)
           throws java.io.IOException
        Write data to reftable
        Parameters:
        w - writer to use
        Throws:
        java.io.IOException