Class CompressionTable$
java.lang.Object
org.apache.pekko.remote.artery.compress.CompressionTable$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CompressionTable$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.CompressionTable<T><T> Comparator<scala.Tuple2<T,Object>> final Comparator<scala.Tuple2<Object,Object>> <T> org.apache.pekko.remote.artery.compress.CompressionTable<T>empty()final int
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CompressionTable$
public CompressionTable$()
-
-
Method Details
-
NotCompressedId
public final int NotCompressedId() -
CompareBy2ndValue
-
compareBy2ndValue
-
empty
public <T> org.apache.pekko.remote.artery.compress.CompressionTable<T> empty() -
apply
public <T> org.apache.pekko.remote.artery.compress.CompressionTable<T> apply(long originUid, byte version, scala.collection.immutable.Map<T, Object> dictionary)
-