Interface RangeCache.TimestampExtractor<ValueT>

  • Type Parameters:
    ValueT -
    Enclosing class:
    RangeCache<Key extends java.lang.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.
    • Method Detail

      • getTimestamp

        long getTimestamp​(ValueT value)