| Package | Description |
|---|---|
| org.apache.pulsar.common.util.collections |
Set of different collections working in the concurrent environment.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.autoShrink(boolean autoShrink) |
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.concurrencyLevel(int concurrencyLevel) |
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.expandFactor(float expandFactor) |
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.expectedItems(int expectedItems) |
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.mapFillFactor(float mapFillFactor) |
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.mapIdleFactor(float mapIdleFactor) |
static <V> ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.newBuilder() |
ConcurrentOpenHashSet.Builder<V> |
ConcurrentOpenHashSet.Builder.shrinkFactor(float shrinkFactor) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.