Class 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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final DecompressionTable$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DecompressionTable$

        public DecompressionTable$()
    • 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)