Uses of Interface
org.apache.pulsar.common.util.collections.LongPairRangeSet.LongPairConsumer
Packages that use LongPairRangeSet.LongPairConsumer
Package
Description
Set of different collections working in the concurrent environment.
-
Uses of LongPairRangeSet.LongPairConsumer in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections with parameters of type LongPairRangeSet.LongPairConsumerModifier and TypeMethodDescriptionvoidConcurrentOpenLongPairRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action, LongPairRangeSet.LongPairConsumer<? extends T> consumer) voidLongPairRangeSet.DefaultRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action, LongPairRangeSet.LongPairConsumer<? extends T> consumer) 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".Constructors in org.apache.pulsar.common.util.collections with parameters of type LongPairRangeSet.LongPairConsumerModifierConstructorDescriptionConcurrentOpenLongPairRangeSet(int size, boolean threadSafe, LongPairRangeSet.LongPairConsumer<T> consumer) ConcurrentOpenLongPairRangeSet(int size, LongPairRangeSet.LongPairConsumer<T> consumer) DefaultRangeSet(LongPairRangeSet.LongPairConsumer<T> consumer)