Note: This API is now obsolete.
This class encapsulates events that occur for cq.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>] GemStone.GemFire.CacheCqEvent
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class CqEvent : [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class CqEvent
Inherits [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class CqEvent sealed : public [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type CqEvent =
class
inherit [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>]
end
The CqEvent type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | getBaseOperation |
Get the operation on the base operation that triggered this event.
|
 | getCq |
Return the cqquery this event occurred in.
|
 | getDeltaValue | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | getKey |
Get the key relating to the event.
In case of REGION_CLEAR and REGION_INVALIDATE operation, the key will be null.
|
 | getNewValue |
Get the new value of the modification.
If there is no new value returns null, this will happen during delete
operation.
|
 | getQueryOperation |
Get the operation on the query operation that triggered this event.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also