Apache Ignite.NET
Apache.Ignite.Core.Events.CacheQueryReadEvent Class Reference

Cache query read event. More...

Inheritance diagram for Apache.Ignite.Core.Events.CacheQueryReadEvent:
Apache.Ignite.Core.Events.EventBase Apache.Ignite.Core.Events.IEvent

Public Member Functions

override string ToShortString ()
 Gets shortened version of ToString result. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Events.EventBase
bool Equals (EventBase other)
 Determines whether the specified object is equal to this instance. More...
 
override bool Equals (object obj)
 Determines whether the specified object is equal to this instance. More...
 
override int GetHashCode ()
 Returns a hash code for this instance. More...
 
override string ToString ()
 Returns a string that represents this instance. More...
 

Properties

string QueryType [get]
 Gets query type. More...
 
string CacheName [get]
 Gets cache name on which query was executed. More...
 
string ClassName [get]
 Gets queried class name. Applicable for SQL and full text queries. More...
 
string Clause [get]
 Gets query clause. Applicable for SQL, SQL fields and full text queries. More...
 
Guid SubjectId [get]
 Gets security subject ID. More...
 
string TaskName [get]
 Gets the name of the task that executed the query (if any). More...
 
object Key [get]
 Gets read entry key. More...
 
object Value [get]
 Gets read entry value. More...
 
object OldValue [get]
 Gets read entry old value (applicable for continuous queries). More...
 
object Row [get]
 Gets read results set row. More...
 
- Properties inherited from Apache.Ignite.Core.Events.EventBase
IgniteGuid Id [get]
 Gets globally unique ID of this event. More...
 
long LocalOrder [get]
 Gets locally unique ID that is atomically incremented for each event. Unlike global Id this local ID can be used for ordering events on this node. More...
 
IClusterNode Node [get]
 Node where event occurred and was recorded. More...
 
string Message [get]
 Gets optional message for this event. More...
 
int Type [get]
 Gets type of this event. All system event types are defined in EventType More...
 
string Name [get]
 Gets name of this event. More...
 
DateTime Timestamp [get]
 Gets event timestamp. Timestamp is local to the node on which this event was produced. Note that more than one event can be generated with the same timestamp. For ordering purposes use LocalOrder instead. More...
 
- Properties inherited from Apache.Ignite.Core.Events.IEvent
IgniteGuid Id [get]
 Gets globally unique ID of this event. More...
 
long LocalOrder [get]
 Gets locally unique ID that is atomically incremented for each event. Unlike global Id this local ID can be used for ordering events on this node. Note that for performance considerations Ignite doesn't order events globally. More...
 
IClusterNode Node [get]
 Node where event occurred and was recorded. More...
 
string Message [get]
 Gets optional message for this event. More...
 
int Type [get]
 Gets type of this event. All system event types are defined in EventType More...
 
string Name [get]
 Gets name of this event. More...
 
DateTime Timestamp [get]
 Gets event timestamp. Timestamp is local to the node on which this event was produced. Note that more than one event can be generated with the same timestamp. For ordering purposes use LocalOrder instead. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Apache.Ignite.Core.Events.EventBase
 EventBase (IBinaryRawReader r)
 Initializes a new instance of the EventBase class. More...
 
- Static Protected Member Functions inherited from Apache.Ignite.Core.Events.EventBase
static IClusterNode ReadNode (IBinaryRawReader reader)
 Reads a node from stream. More...
 

Detailed Description

Member Function Documentation

override string Apache.Ignite.Core.Events.CacheQueryReadEvent.ToShortString ( )
virtual

Property Documentation

string Apache.Ignite.Core.Events.CacheQueryReadEvent.CacheName
get
string Apache.Ignite.Core.Events.CacheQueryReadEvent.ClassName
get
string Apache.Ignite.Core.Events.CacheQueryReadEvent.Clause
get
object Apache.Ignite.Core.Events.CacheQueryReadEvent.Key
get
object Apache.Ignite.Core.Events.CacheQueryReadEvent.OldValue
get
string Apache.Ignite.Core.Events.CacheQueryReadEvent.QueryType
get
object Apache.Ignite.Core.Events.CacheQueryReadEvent.Row
get
Guid Apache.Ignite.Core.Events.CacheQueryReadEvent.SubjectId
get
string Apache.Ignite.Core.Events.CacheQueryReadEvent.TaskName
get
object Apache.Ignite.Core.Events.CacheQueryReadEvent.Value
get