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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTimestamp(ValueT value)
-
-
-
Method Detail
-
getTimestamp
long getTimestamp(ValueT value)
-
-