![]() |
Apache Ignite.NET
|
In-memory database (cache) rebalancing event. Rebalance event happens every time there is a change More...
Public Member Functions | |
| override string | ToShortString () |
Public Member Functions inherited from Apache.Ignite.Core.Events.EventBase | |
| bool | Equals (EventBase other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
Properties | |
| string | CacheName [get] |
| Gets cache name. More... | |
| int | Partition [get] |
| Gets partition for the event. More... | |
| IClusterNode | DiscoveryNode [get] |
| Gets shadow of the node that triggered this rebalancing event. More... | |
| int | DiscoveryEventType [get] |
| Gets type of discovery event that triggered this rebalancing event. More... | |
| string | DiscoveryEventName [get] |
| Gets name of discovery event that triggered this rebalancing event. More... | |
| long | DiscoveryTimestamp [get] |
| Gets timestamp of discovery event that caused this rebalancing event. More... | |
Properties inherited from Apache.Ignite.Core.Events.EventBase | |
| IgniteGuid | Id [get] |
| long | LocalOrder [get] |
| IClusterNode | Node [get] |
| string | Message [get] |
| int | Type [get] |
| string | Name [get] |
| DateTime | Timestamp [get] |
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... | |
|
virtual |
Gets shortened version of ToString result.
Reimplemented from Apache.Ignite.Core.Events.EventBase.
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |