Class HIncrByCommand

    • Constructor Detail

      • HIncrByCommand

        public HIncrByCommand()
      • HIncrByCommand

        public HIncrByCommand​(byte[] key,
                              byte[] field,
                              long increment)
    • Method Detail

      • getField

        public byte[] getField()
      • setField

        public void setField​(byte[] field)
      • getIncrement

        public long getIncrement()
      • setIncrement

        public void setIncrement​(long increment)