Class DecompressionTable$
java.lang.Object
org.apache.pekko.remote.artery.compress.DecompressionTable$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DecompressionTable$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> org.apache.pekko.remote.artery.compress.DecompressionTable<T><T> org.apache.pekko.remote.artery.compress.DecompressionTable<T>disabled()byte<T> org.apache.pekko.remote.artery.compress.DecompressionTable<T>empty()unapply(org.apache.pekko.remote.artery.compress.DecompressionTable<T> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DecompressionTable$
public DecompressionTable$()
-
-
Method Details
-
DisabledVersion
public byte DisabledVersion() -
empty
public <T> org.apache.pekko.remote.artery.compress.DecompressionTable<T> empty() -
disabled
public <T> org.apache.pekko.remote.artery.compress.DecompressionTable<T> disabled() -
apply
public <T> org.apache.pekko.remote.artery.compress.DecompressionTable<T> apply(long originUid, byte version, Object table) -
unapply
-