Uses of Class
com.tangosol.net.cache.OverflowMap.Status
Packages that use OverflowMap.Status
- 
Uses of OverflowMap.Status in com.tangosol.net.cacheSubclasses of OverflowMap.Status in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected static classThe ExpirableStatus adds expiry to the base Status object.Methods in com.tangosol.net.cache that return OverflowMap.StatusModifier and TypeMethodDescriptionprotected OverflowMap.StatusOverflowMap.beginKeyProcess(Object oKey) Block until a key is available for processing, and return the Status object for that key.protected OverflowMap.StatusOverflowMap.instantiateStatus()Factory method: Instantiate a Status object.Methods in com.tangosol.net.cache with parameters of type OverflowMap.StatusModifier and TypeMethodDescriptionprotected voidOverflowMap.closeStatus(OverflowMap.Status status) Helper method to close a Status, processing any pending events as part of the process.protected voidOverflowMap.dispatchEvent(OverflowMap.Status status, int nId, Object oKey, Object oValueOld, Object oValueNew, boolean fSynthetic) Dispatch an event containing the passed event information.protected voidOverflowMap.dispatchEvent(OverflowMap.Status status, MapEvent evt) Dispatch the passed event.protected voidOverflowMap.endKeyProcess(Object oKey, OverflowMap.Status status) Finish the processing of a single key.protected booleanOverflowMap.prepareStatus(Object oKey, OverflowMap.Status status) Validate the status and process any deferred events or pending expiry.protected voidOverflowMap.processBackEvent(OverflowMap.Status status, MapEvent evtBack) Process an event.protected voidOverflowMap.processEvent(OverflowMap.Status status, MapEvent evt) Process an arbitrary event that has occurred against either the front or back map.protected voidOverflowMap.processFrontEvent(OverflowMap.Status status, MapEvent evtFront) Process an event.