Uses of Interface
org.apache.pulsar.common.util.collections.LongPairRangeSet.RangeProcessor
Packages that use LongPairRangeSet.RangeProcessor
Package
Description
Set of different collections working in the concurrent environment.
-
Uses of LongPairRangeSet.RangeProcessor in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections with parameters of type LongPairRangeSet.RangeProcessorModifier and TypeMethodDescriptionvoidConcurrentOpenLongPairRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action) voidConcurrentOpenLongPairRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action, LongPairRangeSet.LongPairConsumer<? extends T> consumer) voidLongPairRangeSet.DefaultRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action) voidLongPairRangeSet.DefaultRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action, LongPairRangeSet.LongPairConsumer<? extends T> consumer) voidLongPairRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action) Performs the given action for each entry in this map until all entries have been processed or action returns "false".voidLongPairRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action, LongPairRangeSet.LongPairConsumer<? extends T> consumer) Performs the given action for each entry in this map until all entries have been processed or action returns "false".