Class ClusterShardingStats
Inheritance
ClusterShardingStats
Assembly: Akka.Cluster.Sharding.dll
Syntax
[Serializable]
public sealed class ClusterShardingStats : IClusterShardingSerializable, IEquatable<ClusterShardingStats>
Constructors
|
Edit this page
View Source
ClusterShardingStats(IImmutableDictionary<Address, ShardRegionStats>)
Creates a new ClusterShardingStats message.
Declaration
public ClusterShardingStats(IImmutableDictionary<Address, ShardRegionStats> regions)
Parameters
Fields
|
Edit this page
View Source
Regions
All of the statistics for a specific shard region organized per-node.
Declaration
public readonly IImmutableDictionary<Address, ShardRegionStats> Regions
Field Value
Methods
|
Edit this page
View Source
Equals(ClusterShardingStats)
Declaration
public bool Equals(ClusterShardingStats other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods