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.listener(com.fasterxml.jackson.databind.util.internal.EvictionListener<K,V> listener)
Specifies an optional listener that is registered for notification when
an entry is evicted.
|
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–2022 FasterXML. All rights reserved.