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<akka.actor.ActorRef,akka.actor.ActorRef>> watchingRefs,
scala.collection.immutable.Set<akka.actor.Address> watchingAddresses) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
int |
watching() |
scala.collection.immutable.Set<akka.actor.Address> |
watchingAddresses() |
int |
watchingNodes() |
scala.collection.immutable.Set<scala.Tuple2<akka.actor.ActorRef,akka.actor.ActorRef>> |
watchingRefs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Stats(int watching, int watchingNodes, scala.collection.immutable.Set<scala.Tuple2<akka.actor.ActorRef,akka.actor.ActorRef>> watchingRefs, scala.collection.immutable.Set<akka.actor.Address> watchingAddresses)
public int watching()
public int watchingNodes()
public scala.collection.immutable.Set<scala.Tuple2<akka.actor.ActorRef,akka.actor.ActorRef>> watchingRefs()
public scala.collection.immutable.Set<akka.actor.Address> watchingAddresses()
public java.lang.String toString()
toString
in class java.lang.Object