Package akka.remote.artery
Class RemoteInstruments$
- java.lang.Object
-
- akka.remote.artery.RemoteInstruments$
-
public class RemoteInstruments$ extends java.lang.ObjectINTERNAL 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.RemoteInstrumentsapply(ExtendedActorSystem system)intcombineKeyLength(byte k, int l)scala.collection.immutable.Vector<RemoteInstrument>create(ExtendedActorSystem system, LoggingAdapter log)bytegetKey(int kl)intgetLength(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)
-
-