| Package | Description |
|---|---|
| org.apache.pulsar.common.util.collections |
Set of different collections working in the concurrent environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentOpenLongPairRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action,
LongPairRangeSet.LongPairConsumer<? extends T> consumer) |
void |
LongPairRangeSet.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".
|
void |
LongPairRangeSet.DefaultRangeSet.forEach(LongPairRangeSet.RangeProcessor<T> action,
LongPairRangeSet.LongPairConsumer<? extends T> consumer) |
| Constructor and 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) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.