Uses of Class
io.debezium.util.BoundedConcurrentHashMap.Segment
Packages that use BoundedConcurrentHashMap.Segment
-
Uses of BoundedConcurrentHashMap.Segment in io.debezium.util
Fields in io.debezium.util declared as BoundedConcurrentHashMap.SegmentModifier and TypeFieldDescriptionprivate final BoundedConcurrentHashMap.Segment<K,V> BoundedConcurrentHashMap.LIRS.segmentThe owning segmentprivate final BoundedConcurrentHashMap.Segment<K,V> BoundedConcurrentHashMap.LRU.segment(package private) final BoundedConcurrentHashMap.Segment<K,V>[] BoundedConcurrentHashMap.segmentsThe segments, each of which is a specialized hash tableMethods in io.debezium.util that return BoundedConcurrentHashMap.SegmentModifier and TypeMethodDescription(package private) static <K,V> BoundedConcurrentHashMap.Segment<K, V>[] BoundedConcurrentHashMap.Segment.newArray(int i) (package private) final 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.SegmentModifier and TypeMethodDescription(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.SegmentModifierConstructorDescriptionLIRS(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)