类 RestoreCommand

    • 字段详细资料

      • evictValue

        protected Long evictValue
    • 构造器详细资料

      • RestoreCommand

        public RestoreCommand()
      • RestoreCommand

        public RestoreCommand​(byte[] key,
                              long ttl,
                              byte[] serializedValue,
                              boolean replace,
                              boolean absTtl,
                              EvictType evictType,
                              Long evictValue)
    • 方法详细资料

      • getTtl

        public long getTtl()
      • setTtl

        public void setTtl​(long ttl)
      • getSerializedValue

        public byte[] getSerializedValue()
      • setSerializedValue

        public void setSerializedValue​(byte[] serializedValue)
      • isReplace

        public boolean isReplace()
      • setReplace

        public void setReplace​(boolean replace)
      • isAbsTtl

        public boolean isAbsTtl()
      • 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)