Apache Ignite.NET
Package Apache.Ignite.Core.Events

Event Subscription functionality together with various events emitted by Ignite. More...

Classes

class  CacheEvent
 In-memory database (cache) event. More...
 
class  CacheQueryExecutedEvent
 Cache query execution event. More...
 
class  CacheQueryReadEvent
 Cache query read event. More...
 
class  CacheRebalancingEvent
 In-memory database (cache) rebalancing event. Rebalance event happens every time there is a change More...
 
class  CheckpointEvent
 Grid checkpoint event. More...
 
class  DiscoveryEvent
 Grid discovery event. More...
 
class  EventBase
 Base event implementation. More...
 
class  EventReader
 Event reader.
 
class  EventType
 Contains event type constants. The decision to use class and not enumeration is dictated by allowing users to create their own events and/or event types which would be impossible with enumerations. More...
 
interface  IEvent
 Represents a Ignite event. More...
 
interface  IEventFilter
 Represents an event filter. More...
 
interface  IEventListener
 Represents an event listener. More...
 
interface  IEvents
 Provides functionality for event notifications on nodes defined by ClusterGroup. All members are thread-safe and may be used concurrently from multiple threads. More...
 
class  JobEvent
 Ignite job event. More...
 
class  SwapSpaceEvent
 Grid swap space event. More...
 
class  TaskEvent
 Ignite task event. More...
 

Detailed Description