| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Gate | 
OverflowMap.getGate()
Obtain the Gate for managing key-level and Collection-level
 operations against the Map, versus Map-level operations themselves. 
 | 
protected Gate | 
SimpleOverflowMap.getGate()
Obtain the Gate for managing key-level and Collection-level
 operations against the Map, versus Map-level operations themselves. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Gate | 
SegmentedConcurrentMap.m_gateLockAll
The Gate controlling LOCK_ALL access for this map. 
 | 
protected Gate | 
WrapperConcurrentMap.m_gateMap
The ThreadGate object for the entire map. 
 | 
| Constructor and Description | 
|---|
WrapperReentrantGate(Gate<Void> gate)
Construct a WrapperReentrantGate around the specified underlying gate. 
 |