Serialized Form
|
Package com.googlecode.concurrentlinkedhashmap |
serialVersionUID: 1L
readObject
void readObject(ObjectInputStream stream)
throws InvalidObjectException
- Throws:
InvalidObjectException
writeReplace
Object writeReplace()
data
ConcurrentMap<K,V> data
- The backing data store holding the key-value associations.
concurrencyLevel
int concurrencyLevel
segmentMask
int segmentMask
segmentShift
int segmentShift
segmentLock
Lock[] segmentLock
sentinel
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node sentinel
weightedSize
int weightedSize
maximumWeightedSize
int maximumWeightedSize
evictionLock
Lock evictionLock
globalRecencyOrder
int globalRecencyOrder
weigher
Weigher<V> weigher
writeQueue
Queue<E> writeQueue
capacityLimiter
CapacityLimiter capacityLimiter
recencyQueueLength
AtomicIntegerArray recencyQueueLength
recencyQueue
Queue<E>[] recencyQueue
listenerQueue
Queue<E> listenerQueue
listener
EvictionListener<K,V> listener
Copyright © 2010. All Rights Reserved.