Uses of Enum Class
com.tangosol.net.cache.CacheEvent.TransformationState
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of CacheEvent.TransformationState in com.tangosol.net.cache
Modifier and TypeFieldDescriptionprotected CacheEvent.TransformationState
CacheEvent.m_transformState
The transformation state for this event.Modifier and TypeMethodDescriptionCacheEvent.getTransformationState()
Return true iff this event istransformable
.Returns the enum constant of this class with the specified name.static CacheEvent.TransformationState[]
CacheEvent.TransformationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCacheEvent
(ObservableMap<K, V> map, int nId, K oKey, V oValueOld, V oValueNew, boolean fSynthetic, CacheEvent.TransformationState transformState) Constructs a new CacheEvent.CacheEvent
(ObservableMap<K, V> map, int nId, K oKey, V oValueOld, V oValueNew, boolean fSynthetic, CacheEvent.TransformationState transformState, boolean fPriming) Constructs a new CacheEvent.CacheEvent
(ObservableMap<K, V> map, int nId, K oKey, V oValueOld, V oValueNew, boolean fSynthetic, CacheEvent.TransformationState transformState, boolean fPriming, boolean fExpired) Constructs a new CacheEvent. -
Uses of CacheEvent.TransformationState in com.tangosol.util
ModifierConstructorDescriptionFilterEvent
(ObservableMap map, int nId, Object oKey, Object oValueOld, Object oValueNew, boolean fSynthetic, CacheEvent.TransformationState transformState, boolean fPriming, boolean fExpired, Filter[] aFilter) Constructs a new FilterEvent.FilterEvent
(ObservableMap map, int nId, Object oKey, Object oValueOld, Object oValueNew, boolean fSynthetic, CacheEvent.TransformationState transformState, boolean fPriming, Filter[] aFilter) Constructs a new FilterEvent.FilterEvent
(ObservableMap map, int nId, Object oKey, Object oValueOld, Object oValueNew, boolean fSynthetic, CacheEvent.TransformationState transformState, Filter[] aFilter) Constructs a new FilterEvent.