Serialized Form


Package com.googlecode.concurrentlinkedhashmap

Class com.googlecode.concurrentlinkedhashmap.ConcurrentHashMapV8.KeySetView extends com.googlecode.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView<K,V,K> implements Serializable

serialVersionUID: 7249069246763182397L

Serialized Fields

value

Object value

Class com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws InvalidObjectException
Throws:
InvalidObjectException

writeReplace

Object writeReplace()
Serialized Fields

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

AtomicLong weightedSize

capacity

AtomicLong capacity

evictionLock

Lock evictionLock

writeBuffer

Queue<E> writeBuffer

readBufferWriteCount

AtomicLong[] readBufferWriteCount

readBufferDrainAtWriteCount

AtomicLong[] readBufferDrainAtWriteCount

readBuffers

AtomicReference<V>[][] readBuffers

drainStatus

AtomicReference<V> drainStatus

weigher

EntryWeigher<K,V> weigher

pendingNotifications

Queue<E> pendingNotifications

listener

EvictionListener<K,V> listener



Copyright © 2008-2015. All Rights Reserved.