| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SimpleOverflowMap.Status[] | 
SimpleOverflowMap.beginBulkKeyProcess(Object[] aoKey)
Begin key-level procecessing for any number of keys. 
 | 
protected SimpleOverflowMap.Status | 
SimpleOverflowMap.beginKeyProcess(Object oKey)
Block until a key is available for processing, and return the Status
 object for that key. 
 | 
protected SimpleOverflowMap.Status | 
SimpleOverflowMap.instantiateStatus()
Factory method: Instantiate a Status object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SimpleOverflowMap.endBulkKeyProcess(Object[] aoKey,
                 SimpleOverflowMap.Status[] aStatus)
Finish the processing of any number of keys. 
 | 
protected void | 
SimpleOverflowMap.endKeyProcess(Object oKey,
             SimpleOverflowMap.Status status)
Finish the processing of a single key. 
 | 
protected void | 
SimpleOverflowMap.processFrontEvent(SimpleOverflowMap.Status status,
                 MapEvent evt)
Process an event. 
 |