Class CheckAndSetRequest

    • Constructor Detail

      • CheckAndSetRequest

        public CheckAndSetRequest()
    • Method Detail

      • cell

        public abstract Cell cell()
      • oldValueNullable

        @Nullable
        protected abstract byte[] oldValueNullable()
      • oldValue

        public java.util.Optional<byte[]> oldValue()
      • newValue

        public abstract byte[] newValue()