类的使用
org.apache.pulsar.common.util.collections.ConcurrentOpenHashSet.Builder
程序包
说明
Set of different collections working in the concurrent environment.
-
org.apache.pulsar.common.util.collections中ConcurrentOpenHashSet.Builder的使用
修饰符和类型方法说明ConcurrentOpenHashSet.Builder.autoShrink(boolean autoShrink) ConcurrentOpenHashSet.Builder.concurrencyLevel(int concurrencyLevel) ConcurrentOpenHashSet.Builder.expandFactor(float expandFactor) ConcurrentOpenHashSet.Builder.expectedItems(int expectedItems) ConcurrentOpenHashSet.Builder.mapFillFactor(float mapFillFactor) ConcurrentOpenHashSet.Builder.mapIdleFactor(float mapIdleFactor) static <V> ConcurrentOpenHashSet.Builder<V>ConcurrentOpenHashSet.newBuilder()ConcurrentOpenHashSet.Builder.shrinkFactor(float shrinkFactor)