Serialized Form
|
Package com.googlecode.concurrentlinkedhashmap |
serialVersionUID: 7249069246763182397L
value
Object value
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
data
ConcurrentMap<K,V> data
concurrencyLevel
int concurrencyLevel
readBufferReadCount
long[] readBufferReadCount
evictionDeque
com.googlecode.concurrentlinkedhashmap.LinkedDeque<E extends com.googlecode.concurrentlinkedhashmap.Linked<E>> evictionDeque
weightedSize
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.PaddedAtomicLong weightedSize
capacity
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.PaddedAtomicLong capacity
evictionLock
Lock evictionLock
writeBuffer
Queue<E> writeBuffer
readBufferWriteCount
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.PaddedAtomicLong[] readBufferWriteCount
readBufferDrainAtWriteCount
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.PaddedAtomicLong[] readBufferDrainAtWriteCount
readBuffers
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.PaddedAtomicReference<T>[][] readBuffers
drainStatus
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.PaddedAtomicReference<T> drainStatus
weigher
EntryWeigher<K,V> weigher
pendingNotifications
Queue<E> pendingNotifications
listener
EvictionListener<K,V> listener
Copyright © 2008-2013. All Rights Reserved.