Uses of Interface
org.apache.pulsar.common.util.collections.LongPairRangeSet.LongPairConsumer
-
Packages that use LongPairRangeSet.LongPairConsumer Package Description org.apache.pulsar.common.util.collections 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.LongPairConsumer Modifier and Type Method Description voidConcurrentOpenLongPairRangeSet. 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.LongPairConsumer Constructor Description ConcurrentOpenLongPairRangeSet(int size, boolean threadSafe, LongPairRangeSet.LongPairConsumer<T> consumer)ConcurrentOpenLongPairRangeSet(int size, LongPairRangeSet.LongPairConsumer<T> consumer)ConcurrentOpenLongPairRangeSet(LongPairRangeSet.LongPairConsumer<T> consumer)DefaultRangeSet(LongPairRangeSet.LongPairConsumer<T> consumer)
-