Uses of Class
com.tangosol.net.cache.SimpleOverflowMap.Status
-
Uses of SimpleOverflowMap.Status in com.tangosol.net.cache
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected 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.