Package akka.remote.transport
Class AssociationRegistry$
- java.lang.Object
-
- akka.remote.transport.AssociationRegistry$
-
public class AssociationRegistry$ extends java.lang.Object
Resets the state of the registry. ''Warning!'' This method is not atomic.
-
-
Field Summary
Fields Modifier and Type Field Description static AssociationRegistry$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AssociationRegistry$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
TestTransport.AssociationRegistry
get(java.lang.String key)
-
-
-
Field Detail
-
MODULE$
public static final AssociationRegistry$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
get
public TestTransport.AssociationRegistry get(java.lang.String key)
-
clear
public void clear()
-
-