Uses of Class
org.apache.pulsar.common.util.collections.ConcurrentLongPairSet.Builder
Packages that use ConcurrentLongPairSet.Builder
Package
Description
Set of different collections working in the concurrent environment.
-
Uses of ConcurrentLongPairSet.Builder in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections that return ConcurrentLongPairSet.BuilderModifier and TypeMethodDescriptionConcurrentLongPairSet.Builder.autoShrink(boolean autoShrink) ConcurrentLongPairSet.Builder.concurrencyLevel(int concurrencyLevel) ConcurrentLongPairSet.Builder.expandFactor(float expandFactor) ConcurrentLongPairSet.Builder.expectedItems(int expectedItems) ConcurrentLongPairSet.Builder.mapFillFactor(float mapFillFactor) ConcurrentLongPairSet.Builder.mapIdleFactor(float mapIdleFactor) ConcurrentLongPairSet.newBuilder()ConcurrentLongPairSet.Builder.shrinkFactor(float shrinkFactor)