Interface ValueOutputStream<C extends StreamCheckpoint>

    • Method Detail

      • recordCheckpoint

        void recordCheckpoint()
      • close

        void close()
      • getCheckpoints

        List<C> getCheckpoints()
      • getBufferedBytes

        long getBufferedBytes()
        This method returns the size of the flushed data plus any unflushed data. If the output is compressed, flush data size is the size after compression.
      • getRetainedBytes

        long getRetainedBytes()
      • reset

        void reset()