Uses of Interface
org.apache.bookkeeper.mledger.util.RangeCache.TimestampExtractor
-
Packages that use RangeCache.TimestampExtractor Package Description org.apache.bookkeeper.mledger.util Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of RangeCache.TimestampExtractor in org.apache.bookkeeper.mledger.util
Constructors in org.apache.bookkeeper.mledger.util with parameters of type RangeCache.TimestampExtractor Constructor Description RangeCache(RangeCache.Weighter<Value> weighter, RangeCache.TimestampExtractor<Value> timestampExtractor)Construct a new RangeLruCache.
-