Class CacheRebalancingEvent
In-memory database (cache) rebalancing event. Rebalance event happens every time there is a change
Inherited Members
Namespace: Apache.Ignite.Core.Events
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class CacheRebalancingEvent : EventBase, IEvent
Properties
CacheName
Gets cache name.
Declaration
public string CacheName { get; }
Property Value
Type | Description |
---|---|
System.String |
DiscoveryEventName
Gets name of discovery event that triggered this rebalancing event.
Declaration
public string DiscoveryEventName { get; }
Property Value
Type | Description |
---|---|
System.String |
DiscoveryEventType
Gets type of discovery event that triggered this rebalancing event.
Declaration
public int DiscoveryEventType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DiscoveryNode
Gets shadow of the node that triggered this rebalancing event.
Declaration
public IClusterNode DiscoveryNode { get; }
Property Value
Type | Description |
---|---|
IClusterNode |
DiscoveryTimestamp
Gets timestamp of discovery event that caused this rebalancing event.
Declaration
public long DiscoveryTimestamp { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Partition
Gets partition for the event.
Declaration
public int Partition { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToShortString()
Gets shortened version of ToString result.
Declaration
public override string ToShortString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IEquatable<>