Class Key$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable

    public class Key$
    extends java.lang.Object
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Key$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Key$()  
    • Field Detail

      • MODULE$

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

      • Key$

        public Key$()
    • Method Detail

      • keyToBytes

        public byte[] keyToBytes​(Key key)
      • keyFromBytes

        public Key keyFromBytes​(byte[] bytes)
      • counterKey

        public Key counterKey​(int persistenceId)
      • counterToBytes

        public byte[] counterToBytes​(long ctr)
      • counterFromBytes

        public long counterFromBytes​(byte[] bytes)
      • mappingKey

        public Key mappingKey​(int id)
      • isMappingKey

        public boolean isMappingKey​(Key key)
      • deletionKey

        public Key deletionKey​(int persistenceId,
                               long sequenceNr)
      • isDeletionKey

        public boolean isDeletionKey​(Key key)
      • apply

        public Key apply​(int persistenceId,
                         long sequenceNr,
                         int mappingId)
      • unapply

        public scala.Option<scala.Tuple3<java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(Key x$0)