Search Results for

    Show / Hide Table of Contents

    Class CurrentShardRegionState

    Reply to GetShardRegionState

    If gathering the shard information times out the set of shards will be empty.

    Inheritance
    object
    CurrentShardRegionState
    Implements
    IClusterShardingSerializable
    IEquatable<CurrentShardRegionState>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Cluster.Sharding
    Assembly: Akka.Cluster.Sharding.dll
    Syntax
    [Serializable]
    public sealed class CurrentShardRegionState : IClusterShardingSerializable, IEquatable<CurrentShardRegionState>

    Constructors

    | Edit this page View Source

    CurrentShardRegionState(IImmutableSet<ShardState>)

    TBD

    Declaration
    [Obsolete("Use constructor with `failed` argument. Obsolete since 1.5.0-alpha1")]
    public CurrentShardRegionState(IImmutableSet<ShardState> shards)
    Parameters
    Type Name Description
    IImmutableSet<ShardState> shards

    TBD

    | Edit this page View Source

    CurrentShardRegionState(IImmutableSet<ShardState>, IImmutableSet<string>)

    TBD

    Declaration
    public CurrentShardRegionState(IImmutableSet<ShardState> shards, IImmutableSet<string> failed)
    Parameters
    Type Name Description
    IImmutableSet<ShardState> shards

    TBD

    IImmutableSet<string> failed

    Fields

    | Edit this page View Source

    Failed

    Declaration
    public readonly IImmutableSet<string> Failed
    Field Value
    Type Description
    IImmutableSet<string>
    | Edit this page View Source

    Shards

    TBD

    Declaration
    public readonly IImmutableSet<ShardState> Shards
    Field Value
    Type Description
    IImmutableSet<ShardState>

    Methods

    | Edit this page View Source

    Equals(CurrentShardRegionState)

    Declaration
    public bool Equals(CurrentShardRegionState other)
    Parameters
    Type Name Description
    CurrentShardRegionState other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IClusterShardingSerializable
    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET