akka.remote
Class RemoteWatcher.Stats$

java.lang.Object
  extended by akka.remote.RemoteWatcher.Stats$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RemoteWatcher

public static class RemoteWatcher.Stats$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static RemoteWatcher.Stats$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RemoteWatcher.Stats$()
           
 
Method Summary
 RemoteWatcher.Stats counts(int watching, int watchingNodes)
           
 RemoteWatcher.Stats empty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final RemoteWatcher.Stats$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

RemoteWatcher.Stats$

public RemoteWatcher.Stats$()
Method Detail

empty

public RemoteWatcher.Stats empty()

counts

public RemoteWatcher.Stats counts(int watching,
                                  int watchingNodes)