Class ConcurrentHashMapV8.Segment<K,V>
java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.glassfish.jersey.internal.util.collection.ConcurrentHashMapV8.Segment<K,V>
- All Implemented Interfaces:
Serializable
,Lock
- Enclosing class:
- ConcurrentHashMapV8<K,
V>
Stripped-down version of helper class used in previous version,
declared for the sake of serialization compatibility
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final float
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
loadFactor
final float loadFactor
-
-
Constructor Details
-
Segment
Segment(float lf)
-