Class RestoreCommand

    • Field Detail

      • evictValue

        protected Long evictValue
    • Constructor Detail

      • RestoreCommand

        public RestoreCommand()
      • RestoreCommand

        public RestoreCommand​(String key,
                              long ttl,
                              String serializedValue,
                              Boolean isReplace,
                              Boolean absTtl,
                              EvictType evictType,
                              Long evictValue,
                              byte[] rawKey,
                              byte[] rawSerializedValue)
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getTtl

        public long getTtl()
      • setTtl

        public void setTtl​(long ttl)
      • getSerializedValue

        public String getSerializedValue()
      • setSerializedValue

        public void setSerializedValue​(String serializedValue)
      • getReplace

        public Boolean getReplace()
      • setReplace

        public void setReplace​(Boolean replace)
      • getAbsTtl

        public Boolean getAbsTtl()
      • setAbsTtl

        public void setAbsTtl​(Boolean absTtl)
      • getEvictType

        public EvictType getEvictType()
      • setEvictType

        public void setEvictType​(EvictType evictType)
      • getEvictValue

        public Long getEvictValue()
      • setEvictValue

        public void setEvictValue​(Long evictValue)
      • getRawKey

        public byte[] getRawKey()
      • setRawKey

        public void setRawKey​(byte[] rawKey)
      • getRawSerializedValue

        public byte[] getRawSerializedValue()
      • setRawSerializedValue

        public void setRawSerializedValue​(byte[] rawSerializedValue)