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