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.