FilterEventArgs Class |
Namespace: Tangosol.Net.Cache
public class FilterEventArgs : CacheEventArgs
The FilterEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterEventArgs(CacheEventArgs, IFilter) |
Constructs a new FilterEventArgs from another FilterEventArgs.
| |
| FilterEventArgs(IObservableCache, CacheEventType, Object, Boolean, IFilter) |
Constructs a new lite (no values are speicifed) FilterEventArgs.
| |
| FilterEventArgs(IObservableCache, CacheEventType, Object, Object, Object, Boolean, IFilter) |
Constructs a new FilterEventArgs.
| |
| FilterEventArgs(IObservableCache, CacheEventType, Object, Object, Object, Boolean, CacheEventArgsTransformationState, IFilter) |
Constructs a new FilterEventArgs.
| |
| FilterEventArgs(IObservableCache, CacheEventType, Object, Object, Object, Boolean, CacheEventArgsTransformationState, Boolean, IFilter) |
Constructs a new FilterEventArgs.
|
| Name | Description | |
|---|---|---|
| Cache |
Gets the IObservableCache object on which this
event has actually occured.
(Inherited from CacheEventArgs.) | |
| Event |
Return the FilterEventArgs.
| |
| EventType |
Gets this event's type.
(Inherited from CacheEventArgs.) | |
| Filters |
Return an array of filters that are the cause of this event.
| |
| IsPriming |
Return true if this event is a priming event.
(Inherited from CacheEventArgs.) | |
| IsSynthetic |
Return true if this event is caused by the cache internal
processing such as eviction or loading.
(Inherited from CacheEventArgs.) | |
| Key |
Returns the filter event key.
(Overrides CacheEventArgsKey.) | |
| NewValue |
Returns the filter event new value.
(Overrides CacheEventArgsNewValue.) | |
| OldValue |
Returns the filter event old value.
(Overrides CacheEventArgsOldValue.) | |
| TransformState |
Return TransformationState for this event.
(Inherited from CacheEventArgs.) |
| Name | Description | |
|---|---|---|
| Dispatch |
Dispatch this event to the specified MapListener.
(Inherited from CacheEventArgs.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDescription |
Get the event's description.
(Inherited from CacheEventArgs.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ShouldDispatch |
Return true if the provided ICacheListener should receive this event.
(Inherited from CacheEventArgs.) | |
| ToString |
Return a string representation of this
CacheEventArgs object.
(Inherited from CacheEventArgs.) |
| Name | Description | |
|---|---|---|
| m_event |
The Filter event.
| |
| m_eventType |
The event's type.
(Inherited from CacheEventArgs.) | |
| m_filters |
Filters that caused the event.
| |
| m_isPriming |
The priming event flag.
(Inherited from CacheEventArgs.) | |
| m_isSynthetic |
Event cause flag.
(Inherited from CacheEventArgs.) | |
| m_key |
A key.
(Inherited from CacheEventArgs.) | |
| m_source |
The event's source.
(Inherited from CacheEventArgs.) | |
| m_transformState |
The transformation state for this event
(Inherited from CacheEventArgs.) | |
| m_valueNew |
A new value.
(Inherited from CacheEventArgs.) | |
| m_valueOld |
A previous value.
(Inherited from CacheEventArgs.) |