| Package | Description |
|---|---|
| org.apache.pulsar.common.util.collections |
Set of different collections working in the concurrent environment.
|
| Modifier and Type | Field and Description |
|---|---|
static LongPairRangeSet.LongPair |
LongPairRangeSet.LongPair.earliest |
static LongPairRangeSet.LongPair |
LongPairRangeSet.LongPair.latest |
| Modifier and Type | Method and Description |
|---|---|
int |
LongPairRangeSet.LongPair.compareTo(LongPairRangeSet.LongPair o) |
boolean |
ConcurrentOpenLongPairRangeSet.contains(LongPairRangeSet.LongPair position) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentOpenLongPairRangeSet.add(com.google.common.collect.Range<LongPairRangeSet.LongPair> range)
Adds the specified range to this
RangeSet (optional operation). |
void |
ConcurrentOpenLongPairRangeSet.remove(com.google.common.collect.Range<LongPairRangeSet.LongPair> range) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.