Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Field and Description |
---|---|
protected CacheEvent.TransformationState |
CacheEvent.m_transformState
The transformation state for this event.
|
Modifier and Type | Method and Description |
---|---|
CacheEvent.TransformationState |
CacheEvent.getTransformationState()
Return true iff this event is
transformable . |
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.
|
Constructor and 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.
|
Constructor and Description |
---|
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.
|