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