Class GetOption


  • public final class GetOption
    extends java.lang.Object
    The option for get operation.
    • Field Detail

      • DEFAULT

        public static final GetOption DEFAULT
    • Method Detail

      • newBuilder

        public static GetOption.Builder newBuilder()
        Create a builder to construct option for get operation.
        Returns:
        builder
      • getLimit

        public long getLimit()
        Get the maximum number of keys to return for a get request.
        Returns:
        the maximum number of keys to return.
      • getEndKey

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

        public long getRevision()
      • isSerializable

        public boolean isSerializable()
      • isKeysOnly

        public boolean isKeysOnly()
      • isCountOnly

        public boolean isCountOnly()
      • getMinCreateRevision

        public long getMinCreateRevision()
      • getMaxCreateRevision

        public long getMaxCreateRevision()
      • getMinModRevision

        public long getMinModRevision()
      • getMaxModRevision

        public long getMaxModRevision()
      • isPrefix

        public boolean isPrefix()