Class EqualityDeleteWriter<T>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class EqualityDeleteWriter<T>
    extends java.lang.Object
    implements java.io.Closeable
    • Method Detail

      • deleteAll

        public void deleteAll​(java.lang.Iterable<T> rows)
      • delete

        public void delete​(T row)
      • length

        public long length()
      • 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