类 KeyValuePair<K,​V>

    • 字段详细资料

      • db

        protected DB db
      • valueRdbType

        protected int valueRdbType
      • expiredValue

        protected Long expiredValue
      • evictValue

        protected Long evictValue
      • key

        protected K key
      • value

        protected V value
    • 构造器详细资料

      • KeyValuePair

        public KeyValuePair()
    • 方法详细资料

      • getValueRdbType

        public int getValueRdbType()
      • setValueRdbType

        public void setValueRdbType​(int valueRdbType)
      • setExpiredType

        public void setExpiredType​(ExpiredType expiredType)
      • getExpiredValue

        public Long getExpiredValue()
      • setExpiredValue

        public void setExpiredValue​(Long expiredValue)
      • getEvictType

        public EvictType getEvictType()
      • setEvictType

        public void setEvictType​(EvictType evictType)
      • getEvictValue

        public Long getEvictValue()
      • setEvictValue

        public void setEvictValue​(Long evictValue)
      • getKey

        public K getKey()
      • setKey

        public void setKey​(K key)
      • getValue

        public V getValue()
      • setValue

        public void setValue​(V value)
      • getDb

        public DB getDb()
      • setDb

        public void setDb​(DB db)
      • getExpiredSeconds

        public Integer getExpiredSeconds()
        返回:
        expiredValue as Integer
      • getExpiredMs

        public Long getExpiredMs()
        返回:
        expiredValue as Long