Package akka.remote.artery.compress
Class DecompressionTable$
- java.lang.Object
-
- akka.remote.artery.compress.DecompressionTable$
-
- All Implemented Interfaces:
java.io.Serializable
public class DecompressionTable$ extends java.lang.Object implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DecompressionTable$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DecompressionTable$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> akka.remote.artery.compress.DecompressionTable<T>
apply(long originUid, byte version, java.lang.Object table)
<T> akka.remote.artery.compress.DecompressionTable<T>
disabled()
byte
DisabledVersion()
<T> akka.remote.artery.compress.DecompressionTable<T>
empty()
<T> scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>>
unapply(akka.remote.artery.compress.DecompressionTable<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final DecompressionTable$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
DisabledVersion
public byte DisabledVersion()
-
empty
public <T> akka.remote.artery.compress.DecompressionTable<T> empty()
-
disabled
public <T> akka.remote.artery.compress.DecompressionTable<T> disabled()
-
apply
public <T> akka.remote.artery.compress.DecompressionTable<T> apply(long originUid, byte version, java.lang.Object table)
-
unapply
public <T> scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>> unapply(akka.remote.artery.compress.DecompressionTable<T> x$0)
-
-