Package org.codehaus.groovy.util
Class AbstractConcurrentMapBase.Segment
java.lang.Object
java.util.concurrent.locks.AbstractOwnableSynchronizer
java.util.concurrent.locks.AbstractQueuedSynchronizer
org.codehaus.groovy.util.LockableObject
org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AbstractConcurrentMap.Segment
- Enclosing class:
- AbstractConcurrentMapBase
public static class AbstractConcurrentMapBase.Segment extends LockableObject
- See Also:
- Serialized Form
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.concurrent.locks.AbstractQueuedSynchronizerjava.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Object[]table
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSegment(int initialCapacity)
- 
Method SummaryMethods inherited from class org.codehaus.groovy.util.LockableObjectisHeldExclusively, lock, tryAcquire, tryRelease, unlockMethods inherited from class java.util.concurrent.locks.AbstractQueuedSynchronizeracquire, acquireInterruptibly, acquireShared, acquireSharedInterruptibly, compareAndSetState, getExclusiveQueuedThreads, getFirstQueuedThread, getQueuedThreads, getQueueLength, getSharedQueuedThreads, getState, getWaitingThreads, getWaitQueueLength, hasContended, hasQueuedPredecessors, hasQueuedThreads, hasWaiters, isQueued, owns, release, releaseShared, setState, toString, tryAcquireNanos, tryAcquireShared, tryAcquireSharedNanos, tryReleaseSharedMethods inherited from class java.util.concurrent.locks.AbstractOwnableSynchronizergetExclusiveOwnerThread, setExclusiveOwnerThreadMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Field Details- 
tableprotected volatile java.lang.Object[] table
 
- 
- 
Constructor Details- 
Segmentprotected Segment(int initialCapacity)
 
-