Serialized Form


Package com.github.drinkjava2.jdialects

Class com.github.drinkjava2.jdialects.DialectException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.github.drinkjava2.jdialects.springsrc.utils

Class com.github.drinkjava2.jdialects.springsrc.utils.ConcurrentReferenceHashMap.Segment extends ReentrantLock implements Serializable

Serialized Fields

referenceManager

ConcurrentReferenceHashMap.ReferenceManager referenceManager

initialSize

int initialSize

references

ConcurrentReferenceHashMap.Reference<K,V>[] references
Array of references indexed using the low order bits from the hash. This property should only be set via ConcurrentReferenceHashMap.Segment.setReferences(com.github.drinkjava2.jdialects.springsrc.utils.ConcurrentReferenceHashMap.Reference[]) to ensure that the resizeThreshold is maintained.


count

int count
The total number of references contained in this segment. This includes chained references and references that have been garbage collected but not purged.


resizeThreshold

int resizeThreshold
The threshold when resizing of the references should occur. When count exceeds this value references will be resized.



Copyright © 2018. All rights reserved.