public static final class RemoteWatcher.Stats
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Stats(int watching,
int watchingNodes,
scala.collection.immutable.Set<scala.Tuple2<ActorRef,ActorRef>> watchingRefs,
scala.collection.immutable.Set<Address> watchingAddresses) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
int |
watching() |
scala.collection.immutable.Set<Address> |
watchingAddresses() |
int |
watchingNodes() |
scala.collection.immutable.Set<scala.Tuple2<ActorRef,ActorRef>> |
watchingRefs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int watching()
public int watchingNodes()
public scala.collection.immutable.Set<Address> watchingAddresses()
public java.lang.String toString()
toString
in class java.lang.Object