Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The CacheEventFilter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CacheEventFilter | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Compare the CacheEventFilter with another object to
determine equality.
(Overrides | |
| Evaluate |
Apply the test to the object.
| |
Allows an (Inherited from | ||
| GetHashCode |
Determine a hash value for the CacheEventFilter object
according to the general object.GetHashCode() contract.
(Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
| |
| ToString |
Return a human-readable description for this
CacheEventFilter.
(Overrides | |
| WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
|
Fields
| Name | Description | |
|---|---|---|
| m_filter |
The event value(s) filter.
| |
| m_mask |
The event mask.
| |
| m_maskSynth |
The synthetic mask.
|
Properties
| Name | Description | |
|---|---|---|
| EventMask |
Obtain the event mask.
| |
| Filter |
Obtain the IFilter object used to evaluate the
event value(s).
|