Package org.codehaus.groovy.util
Class ManagedConcurrentMap.Segment<K,V>
java.lang.Object
java.util.concurrent.locks.AbstractOwnableSynchronizer
java.util.concurrent.locks.AbstractQueuedSynchronizer
org.codehaus.groovy.util.LockableObject
org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment
org.codehaus.groovy.util.AbstractConcurrentMap.Segment<K,V>
org.codehaus.groovy.util.ManagedConcurrentMap.Segment<K,V>
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ManagedConcurrentMap<K,V>
public static class ManagedConcurrentMap.Segment<K,V> extends AbstractConcurrentMap.Segment<K,V>
- 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 ReferenceBundlebundleFields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segmenttable
- 
Constructor SummaryConstructors Constructor Description Segment(ReferenceBundle bundle, int cap)
- 
Method SummaryModifier and Type Method Description protected AbstractConcurrentMap.Entry<K,V>createEntry(K key, int hash, V value)Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMap.Segmentget, getOrPut, put, removeMethods 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- 
bundle
 
- 
- 
Constructor Details- 
Segment
 
- 
- 
Method Details- 
createEntry- Specified by:
- createEntryin class- AbstractConcurrentMap.Segment<K,V>
 
 
-