Class CurrentShardRegionState
Reply to GetShardRegionState
If gathering the shard information times out the set of shards will be empty.
Inheritance
CurrentShardRegionState
Assembly: Akka.Cluster.Sharding.dll
Syntax
[Serializable]
public sealed class CurrentShardRegionState : IClusterShardingSerializable, IEquatable<CurrentShardRegionState>
Constructors
|
Improve this Doc
View Source
CurrentShardRegionState(IImmutableSet<ShardState>)
Declaration
[Obsolete("Use constructor with `failed` argument. Obsolete since 1.5.0-alpha1")]
public CurrentShardRegionState(IImmutableSet<ShardState> shards)
Parameters
Type |
Name |
Description |
System.Collections.Immutable.IImmutableSet<ShardState> |
shards |
TBD
|
|
Improve this Doc
View Source
CurrentShardRegionState(IImmutableSet<ShardState>, IImmutableSet<String>)
Declaration
public CurrentShardRegionState(IImmutableSet<ShardState> shards, IImmutableSet<string> failed)
Parameters
Type |
Name |
Description |
System.Collections.Immutable.IImmutableSet<ShardState> |
shards |
TBD
|
System.Collections.Immutable.IImmutableSet<String> |
failed |
|
Fields
|
Improve this Doc
View Source
Failed
Declaration
public readonly IImmutableSet<string> Failed
Field Value
Type |
Description |
System.Collections.Immutable.IImmutableSet<String> |
|
|
Improve this Doc
View Source
Shards
Declaration
public readonly IImmutableSet<ShardState> Shards
Field Value
Type |
Description |
System.Collections.Immutable.IImmutableSet<ShardState> |
|
Methods
|
Improve this Doc
View Source
Equals(CurrentShardRegionState)
Declaration
public bool Equals(CurrentShardRegionState 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