Serialized Form
-
Package yakworks.json.jackson
-
Class yakworks.json.jackson.GroovyModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
Class yakworks.json.jackson.ObjectMapperWrapper extends java.lang.Object implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
-
Package yakworks.util
-
Class yakworks.util.ConcurrentReferenceHashMap.Segment extends java.util.concurrent.locks.ReentrantLock implements Serializable
-
Serialized Fields
-
count
java.util.concurrent.atomic.AtomicInteger count
The total number of references contained in this segment. This includes chained references and references that have been garbage collected but not purged. -
initialSize
int initialSize
-
referenceManager
ConcurrentReferenceHashMap.ReferenceManager referenceManager
-
references
ConcurrentReferenceHashMap.Reference<K,V>[] references
Array of references indexed using the low order bits from the hash. This property should only be set along withresizeThreshold. -
resizeThreshold
int resizeThreshold
The threshold when resizing of the references should occur. Whencountexceeds this value references will be resized.
-
-
-