Uses of Class
com.tangosol.net.cache.CacheEvent.TransformationState
-
Packages that use CacheEvent.TransformationState Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of CacheEvent.TransformationState in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as CacheEvent.TransformationState Modifier and Type Field Description protected CacheEvent.TransformationState
CacheEvent. m_transformState
The transformation state for this event.Methods in com.tangosol.net.cache that return CacheEvent.TransformationState Modifier and Type Method Description CacheEvent.TransformationState
CacheEvent. getTransformationState()
Return true iff this event istransformable
.static CacheEvent.TransformationState
CacheEvent.TransformationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheEvent.TransformationState[]
CacheEvent.TransformationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.tangosol.net.cache with parameters of type CacheEvent.TransformationState Constructor Description CacheEvent(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
Constructors in com.tangosol.util with parameters of type CacheEvent.TransformationState Constructor Description FilterEvent(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.
-