Package | Description |
---|---|
com.fasterxml.jackson.databind.util.internal |
This package contains an implementation of a bounded
ConcurrentMap data structure. |
Modifier and Type | Method and Description |
---|---|
PrivateMaxEntriesMap.Builder<K,V> |
PrivateMaxEntriesMap.Builder.concurrencyLevel(int concurrencyLevel)
Specifies the estimated number of concurrently updating threads.
|
PrivateMaxEntriesMap.Builder<K,V> |
PrivateMaxEntriesMap.Builder.initialCapacity(int initialCapacity)
Specifies the initial capacity of the hash table (default 16).
|
PrivateMaxEntriesMap.Builder<K,V> |
PrivateMaxEntriesMap.Builder.maximumCapacity(long capacity)
Specifies the maximum capacity to coerce the map to and may
exceed it temporarily.
|
Copyright © 2008–2023 FasterXML. All rights reserved.