Class RemoteWatcher.Stats
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class Stats
Constructors
| Improve this Doc View SourceStats(Int32, Int32)
TBD
Declaration
public Stats(int watching, int watchingNodes)
Parameters
Type | Name | Description |
---|---|---|
Int32 | watching | TBD |
Int32 | watchingNodes | TBD |
Stats(Int32, Int32, ImmutableHashSet<(IActorRef, IActorRef)>, ImmutableHashSet<Address>)
TBD
Declaration
public Stats(int watching, int watchingNodes, ImmutableHashSet<(IActorRef, IActorRef)> watchingRefs, ImmutableHashSet<Address> watchingAddresses)
Parameters
Type | Name | Description |
---|---|---|
Int32 | watching | TBD |
Int32 | watchingNodes | TBD |
System.Collections.Immutable.ImmutableHashSet<System.ValueTuple<IActorRef, IActorRef>> | watchingRefs | TBD |
System.Collections.Immutable.ImmutableHashSet<Address> | watchingAddresses | TBD |
Fields
| Improve this Doc View SourceEmpty
TBD
Declaration
public static RemoteWatcher.Stats Empty
Field Value
Type | Description |
---|---|
RemoteWatcher.Stats |
Properties
| Improve this Doc View SourceWatching
TBD
Declaration
public int Watching { get; }
Property Value
Type | Description |
---|---|
Int32 |
WatchingAddresses
TBD
Declaration
public ImmutableHashSet<Address> WatchingAddresses { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableHashSet<Address> |
WatchingNodes
TBD
Declaration
public int WatchingNodes { get; }
Property Value
Type | Description |
---|---|
Int32 |
WatchingRefs
TBD
Declaration
public ImmutableHashSet<(IActorRef, IActorRef)> WatchingRefs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableHashSet<System.ValueTuple<IActorRef, IActorRef>> |
Methods
| Improve this Doc View SourceCopy(Int32, Int32, 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 |
---|---|---|
Int32 | watching | TBD |
Int32 | watchingNodes | TBD |
System.Collections.Immutable.ImmutableHashSet<System.ValueTuple<IActorRef, IActorRef>> | watchingRefs | TBD |
System.Collections.Immutable.ImmutableHashSet<Address> | watchingAddresses | TBD |
Returns
Type | Description |
---|---|
RemoteWatcher.Stats | TBD |
Counts(Int32, Int32)
TBD
Declaration
public static RemoteWatcher.Stats Counts(int watching, int watchingNodes)
Parameters
Type | Name | Description |
---|---|---|
Int32 | watching | TBD |
Int32 | watchingNodes | TBD |
Returns
Type | Description |
---|---|
RemoteWatcher.Stats | TBD |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |