Class BinaryIncrDecrCommand

All Implemented Interfaces:
WriteMessage, StoreCommand

public class BinaryIncrDecrCommand extends BaseBinaryCommand
Binary incr/decr command
  • Field Details

    • amount

      private long amount
    • initial

      private long initial
  • Constructor Details

    • BinaryIncrDecrCommand

      public BinaryIncrDecrCommand(String key, byte[] keyBytes, long amount, long initial, int expTime, CommandType cmdType, boolean noreply)
  • Method Details