Search Results for

    Show / Hide Table of Contents

    Class RemoteWatcher.Stats

    TBD

    Inheritance
    object
    RemoteWatcher.Stats
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Remote
    Assembly: Akka.Remote.dll
    Syntax
    public sealed class RemoteWatcher.Stats

    Constructors

    | Edit this page View Source

    Stats(int, int)

    TBD

    Declaration
    public Stats(int watching, int watchingNodes)
    Parameters
    Type Name Description
    int watching

    TBD

    int watchingNodes

    TBD

    | Edit this page View Source

    Stats(int, int, ImmutableHashSet<(IActorRef, IActorRef)>, ImmutableHashSet<Address>)

    TBD

    Declaration
    public Stats(int watching, int watchingNodes, ImmutableHashSet<(IActorRef, IActorRef)> watchingRefs, ImmutableHashSet<Address> watchingAddresses)
    Parameters
    Type Name Description
    int watching

    TBD

    int watchingNodes

    TBD

    ImmutableHashSet<(IActorRef, IActorRef)> watchingRefs

    TBD

    ImmutableHashSet<Address> watchingAddresses

    TBD

    Fields

    | Edit this page View Source

    Empty

    TBD

    Declaration
    public static RemoteWatcher.Stats Empty
    Field Value
    Type Description
    RemoteWatcher.Stats

    Properties

    | Edit this page View Source

    Watching

    TBD

    Declaration
    public int Watching { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    WatchingAddresses

    TBD

    Declaration
    public ImmutableHashSet<Address> WatchingAddresses { get; }
    Property Value
    Type Description
    ImmutableHashSet<Address>
    | Edit this page View Source

    WatchingNodes

    TBD

    Declaration
    public int WatchingNodes { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    WatchingRefs

    TBD

    Declaration
    public ImmutableHashSet<(IActorRef, IActorRef)> WatchingRefs { get; }
    Property Value
    Type Description
    ImmutableHashSet<(IActorRef, IActorRef)>

    Methods

    | Edit this page View Source

    Copy(int, int, ImmutableHashSet<(IActorRef, IActorRef)>, ImmutableHashSet<Address>)

    TBD

    Declaration
    public RemoteWatcher.Stats Copy(int watching, int watchingNodes, ImmutableHashSet<(IActorRef, IActorRef)> watchingRefs = null, ImmutableHashSet<Address> watchingAddresses = null)
    Parameters
    Type Name Description
    int watching

    TBD

    int watchingNodes

    TBD

    ImmutableHashSet<(IActorRef, IActorRef)> watchingRefs

    TBD

    ImmutableHashSet<Address> watchingAddresses

    TBD

    Returns
    Type Description
    RemoteWatcher.Stats

    TBD

    | Edit this page View Source

    Counts(int, int)

    TBD

    Declaration
    public static RemoteWatcher.Stats Counts(int watching, int watchingNodes)
    Parameters
    Type Name Description
    int watching

    TBD

    int watchingNodes

    TBD

    Returns
    Type Description
    RemoteWatcher.Stats

    TBD

    | 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()

    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