Class ShardState
Assembly: Akka.Cluster.Sharding.dll
Syntax
[Serializable]
public sealed class ShardState : IClusterShardingSerializable, IEquatable<ShardState>
Constructors
|
Edit this page
View Source
ShardState(string, IImmutableSet<string>)
Declaration
public ShardState(string shardId, IImmutableSet<string> entityIds)
Parameters
Fields
|
Edit this page
View Source
EntityIds
Declaration
public readonly IImmutableSet<string> EntityIds
Field Value
|
Edit this page
View Source
ShardId
Declaration
public readonly string ShardId
Field Value
Methods
|
Edit this page
View Source
Equals(ShardState)
Declaration
public bool Equals(ShardState 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