Class ClusterShardingStats
Inheritance
ClusterShardingStats
Assembly: Akka.Cluster.Sharding.dll
Syntax
[Serializable]
public sealed class ClusterShardingStats : IClusterShardingSerializable, IEquatable<ClusterShardingStats>
Constructors
|
Improve this Doc
View Source
ClusterShardingStats(IImmutableDictionary<Address, ShardRegionStats>)
Creates a new ClusterShardingStats message.
Declaration
public ClusterShardingStats(IImmutableDictionary<Address, ShardRegionStats> regions)
Parameters
Type |
Name |
Description |
System.Collections.Immutable.IImmutableDictionary<Address, ShardRegionStats> |
regions |
The set of sharding statistics per-node.
|
Fields
|
Improve this Doc
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
|
Improve this Doc
View Source
Equals(ClusterShardingStats)
Declaration
public bool Equals(ClusterShardingStats other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods