类 SetCommand

    • 构造器详细资料

      • SetCommand

        public SetCommand()
      • SetCommand

        public SetCommand​(byte[] key,
                          byte[] value,
                          boolean keepTtl,
                          ExpiredType expiredType,
                          Long expiredValue,
                          ExistType existType)
    • 方法详细资料

      • getKeepTtl

        public boolean getKeepTtl()
      • setKeepTtl

        public void setKeepTtl​(boolean keepTtl)
      • setExpiredType

        public void setExpiredType​(ExpiredType expiredType)
      • getExpiredValue

        public Long getExpiredValue()
      • setExpiredValue

        public void setExpiredValue​(Long expiredValue)
      • getExistType

        public ExistType getExistType()
      • setExistType

        public void setExistType​(ExistType existType)