Class DeleteOption


  • public final class DeleteOption
    extends java.lang.Object
    • Method Detail

      • getEndKey

        public java.util.Optional<ByteSequence> getEndKey()
      • isPrevKV

        public boolean isPrevKV()
        Whether to get the previous key/value pairs before deleting them.
        Returns:
        true if get the previous key/value pairs before deleting them, otherwise false.
      • isPrefix

        public boolean isPrefix()