-
capacity
AtomicLong capacity
-
concurrencyLevel
int concurrencyLevel
-
data
ConcurrentMap<K,io.opentelemetry.instrumentation.api.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,V>> data
-
drainStatus
AtomicReference<io.opentelemetry.instrumentation.api.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DrainStatus> drainStatus
-
evictionDeque
io.opentelemetry.instrumentation.api.cache.concurrentlinkedhashmap.LinkedDeque<io.opentelemetry.instrumentation.api.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,V>> evictionDeque
-
evictionLock
Lock evictionLock
-
listener
EvictionListener<K,V> listener
-
pendingNotifications
Queue<io.opentelemetry.instrumentation.api.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,V>> pendingNotifications
-
readBufferDrainAtWriteCount
AtomicLong[] readBufferDrainAtWriteCount
-
readBufferReadCount
long[] readBufferReadCount
-
readBuffers
AtomicReference<io.opentelemetry.instrumentation.api.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node<K,V>>[][] readBuffers
-
readBufferWriteCount
AtomicLong[] readBufferWriteCount
-
weigher
EntryWeigher<? super K,? super V> weigher
-
weightedSize
AtomicLong weightedSize
-
writeBuffer
Queue<Runnable> writeBuffer