Interface RangeCache.TimestampExtractor<ValueT>

Type Parameters:
ValueT -
Enclosing class:
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.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Method Details

    • getTimestamp

      long getTimestamp(ValueT value)