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
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ReferenceBundlebundle- 
Fields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segmenttable
 
- 
 - 
Constructor SummaryConstructors Constructor Description Segment(ReferenceBundle bundle, int cap)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier 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, remove
 - 
Methods inherited from class org.codehaus.groovy.util.LockableObjectisHeldExclusively, lock, tryAcquire, tryRelease, unlock
 - 
Methods 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, tryReleaseShared
 
- 
 
- 
- 
- 
Field Detail- 
bundleprotected final ReferenceBundle bundle 
 
- 
 - 
Constructor Detail- 
Segmentpublic Segment(ReferenceBundle bundle, int cap) 
 
- 
 - 
Method Detail- 
createEntryprotected AbstractConcurrentMap.Entry<K,V> createEntry(K key, int hash, V value) - Specified by:
- createEntryin class- AbstractConcurrentMap.Segment<K,V>
 
 
- 
 
-