Uses of Class
com.tangosol.net.cache.SimpleOverflowMap.Status
Packages that use SimpleOverflowMap.Status
-
Uses of SimpleOverflowMap.Status in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return SimpleOverflowMap.StatusModifier and TypeMethodDescriptionprotected SimpleOverflowMap.Status[]SimpleOverflowMap.beginBulkKeyProcess(Object[] aoKey) Begin key-level procecessing for any number of keys.protected SimpleOverflowMap.StatusSimpleOverflowMap.beginKeyProcess(Object oKey) Block until a key is available for processing, and return the Status object for that key.protected SimpleOverflowMap.StatusSimpleOverflowMap.instantiateStatus()Factory method: Instantiate a Status object.Methods in com.tangosol.net.cache with parameters of type SimpleOverflowMap.StatusModifier and TypeMethodDescriptionprotected voidSimpleOverflowMap.endBulkKeyProcess(Object[] aoKey, SimpleOverflowMap.Status[] aStatus) Finish the processing of any number of keys.protected voidSimpleOverflowMap.endKeyProcess(Object oKey, SimpleOverflowMap.Status status) Finish the processing of a single key.protected voidSimpleOverflowMap.processFrontEvent(SimpleOverflowMap.Status status, MapEvent evt) Process an event.