Operator operator
Condition condition
String literal
String propName
Collection<E> propNames
SubQuery subQuery
int count
int offset
String expr
String propName
Collection<E> propNames
SubQuery subQuery
int token
AtomicLong putCount
AtomicLong hitCount
AtomicLong missCount
AtomicLong evictionCount
ReentrantLock lock
Condition notEmpty
Condition notFull
int capacity
EvictionPolicy evictionPolicy
boolean autoBalance
float balanceFactor
boolean isClosed
long createTime
long liveTime
long maxIdleTime
long lastAccessTime
int accessCount
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException - Signals that an I/O exception has occurred.ClassNotFoundException - the class not found exceptionprivate void writeObject(ObjectOutputStream os) throws IOException
IOException - Signals that an I/O exception has occurred.long maxMemorySize
KeyedObjectPool.MemoryMeasure<K,E> memoryMeasure
long usedMemorySize
Map<K,V> pool
Comparator<T> cmp
ScheduledFuture<V> scheduleFuture
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException - Signals that an I/O exception has occurred.ClassNotFoundException - the class not found exceptionprivate void writeObject(ObjectOutputStream os) throws IOException
IOException - Signals that an I/O exception has occurred.long maxMemorySize
ObjectPool.MemoryMeasure<E> memoryMeasure
long usedMemorySize
Deque<E> pool
Comparator<T> cmp
ScheduledFuture<V> scheduleFuture
int numerator
int denominator
boolean value
byte value
double value
float value
int value
long value
short value
com.landawn.abacus.util.Range.LowerEndpoint<T extends Comparable<? super T>> lowerEndpoint
com.landawn.abacus.util.Range.UpperEndpoint<T extends Comparable<? super T>> upperEndpoint
Range.BoundType boundType
Copyright © 2021. All rights reserved.