Package akka.remote.artery
Class RemoteInstruments$
- java.lang.Object
-
- akka.remote.artery.RemoteInstruments$
-
public class RemoteInstruments$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static RemoteInstruments$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RemoteInstruments$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.remote.artery.RemoteInstruments
apply(ExtendedActorSystem system)
int
combineKeyLength(byte k, int l)
scala.collection.immutable.Vector<RemoteInstrument>
create(ExtendedActorSystem system, LoggingAdapter log)
byte
getKey(int kl)
int
getLength(int kl)
-
-
-
Field Detail
-
MODULE$
public static final RemoteInstruments$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public akka.remote.artery.RemoteInstruments apply(ExtendedActorSystem system)
-
combineKeyLength
public int combineKeyLength(byte k, int l)
-
getKey
public byte getKey(int kl)
-
getLength
public int getLength(int kl)
-
create
public scala.collection.immutable.Vector<RemoteInstrument> create(ExtendedActorSystem system, LoggingAdapter log)
-
-