Uses of Class
io.debezium.util.BoundedConcurrentHashMap.Segment
-
Packages that use BoundedConcurrentHashMap.Segment Package Description io.debezium.util -
-
Uses of BoundedConcurrentHashMap.Segment in io.debezium.util
Fields in io.debezium.util declared as BoundedConcurrentHashMap.Segment Modifier and Type Field Description private BoundedConcurrentHashMap.Segment<K,V>BoundedConcurrentHashMap.LIRS. segmentThe owning segmentprivate BoundedConcurrentHashMap.Segment<K,V>BoundedConcurrentHashMap.LRU. segment(package private) BoundedConcurrentHashMap.Segment<K,V>[]BoundedConcurrentHashMap. segmentsThe segments, each of which is a specialized hash tableMethods in io.debezium.util that return BoundedConcurrentHashMap.Segment Modifier and Type Method Description (package private) static <K,V>
BoundedConcurrentHashMap.Segment<K,V>[]BoundedConcurrentHashMap.Segment. newArray(int i)(package private) BoundedConcurrentHashMap.Segment<K,V>BoundedConcurrentHashMap. segmentFor(int hash)Returns the segment that should be used for key with given hashMethods in io.debezium.util with parameters of type BoundedConcurrentHashMap.Segment Modifier and Type Method Description (package private) abstract <K,V>
BoundedConcurrentHashMap.EvictionPolicy<K,V>BoundedConcurrentHashMap.Eviction. make(BoundedConcurrentHashMap.Segment<K,V> s, int capacity, float lf)Constructors in io.debezium.util with parameters of type BoundedConcurrentHashMap.Segment Constructor Description LIRS(BoundedConcurrentHashMap.Segment<K,V> s, int capacity, int maxBatchSize, float batchThresholdFactor)LRU(BoundedConcurrentHashMap.Segment<K,V> s, int capacity, float lf, int maxBatchSize, float batchThresholdFactor)
-