Class PositionDeleteWriter<T>

    • Method Detail

      • delete

        @Deprecated
        public void delete​(java.lang.CharSequence path,
                           long pos)
        Deprecated.
        since 0.13.0, will be removed in 0.14.0; use write(PositionDelete) instead.
        Writes a position delete.
      • delete

        @Deprecated
        public void delete​(java.lang.CharSequence path,
                           long pos,
                           T row)
        Deprecated.
        since 0.13.0, will be removed in 0.14.0; use write(PositionDelete) instead.
        Writes a position delete and persists the deleted row.
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException