-
bufferLengths
AtomicIntegerArray bufferLengths
-
buffers
Queue<com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Task>[] buffers
-
capacity
long capacity
-
concurrencyLevel
int concurrencyLevel
-
data
ConcurrentMap<K,com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node> data
-
drainedOrder
int drainedOrder
-
drainStatus
AtomicReference<com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DrainStatus> drainStatus
-
evictionDeque
com.googlecode.concurrentlinkedhashmap.LinkedDeque<com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node> evictionDeque
-
evictionLock
Lock evictionLock
-
listener
EvictionListener<K,V> listener
-
nextOrder
int nextOrder
-
pendingNotifications
Queue<com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node> pendingNotifications
-
tasks
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Task[] tasks
-
weigher
EntryWeigher<? super K,? super V> weigher
-
weightedSize
AtomicLong weightedSize