Uses of Class
org.apache.bookkeeper.util.collections.ConcurrentOpenHashSet.Builder
-
Packages that use ConcurrentOpenHashSet.Builder Package Description org.apache.bookkeeper.util.collections Bookkeeper collection utilities. -
-
Uses of ConcurrentOpenHashSet.Builder in org.apache.bookkeeper.util.collections
Methods in org.apache.bookkeeper.util.collections that return ConcurrentOpenHashSet.Builder Modifier and Type Method 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)
-