| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected SegmentedConcurrentMap.ContentionObserver | 
SegmentedConcurrentMap.m_contentionObserver
The ContentionObserver; may be null. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SegmentedConcurrentMap.ContentionObserver | 
SegmentedConcurrentMap.getContentionObserver()
Return the ContentionObserver for this SegmentedConcurrentMap. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SegmentedConcurrentMap.setContentionObserver(SegmentedConcurrentMap.ContentionObserver contentionObserver)
Set the ContentionObserver for this SegmentedConcurrentMap. 
 | 
protected long | 
SegmentedConcurrentMap.LockableEntry.waitForNotify(long cWait,
             SegmentedConcurrentMap.ContentionObserver observer)
Wait for this LockableEntry to be notified that it has been freed by
 the previous lock-holder. 
 | 
| Constructor and Description | 
|---|
SegmentedConcurrentMap(int cInitialBuckets,
                      float flLoadFactor,
                      float flGrowthRate,
                      SegmentedConcurrentMap.ContentionObserver contentionObserver)
Construct a thread-safe hash map using the specified settings. 
 | 
SegmentedConcurrentMap(SegmentedConcurrentMap.ContentionObserver contentionObserver)
Construct a SegmentedConcurrentMap with the default settings and the
 specified ContentionObserver 
 |