接口 RangeCache.TimestampExtractor<ValueT>

类型参数:
ValueT -
封闭类:
RangeCache<Key extends Comparable<Key>,Value extends io.netty.util.ReferenceCounted>

public static interface RangeCache.TimestampExtractor<ValueT>
Interface of a object that is able to the extract the "timestamp" of the cached values.
  • 方法概要

    修饰符和类型
    方法
    说明
    long
     
  • 方法详细资料

    • getTimestamp

      long getTimestamp(ValueT value)