Class VersionVector$


  • public class VersionVector$
    extends java.lang.Object
    INTERNAL API

    VersionVector module with helper classes and methods.

    • Field Summary

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

      Constructors 
      Constructor Description
      VersionVector$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.persistence.typed.internal.VersionVector apply()  
      akka.persistence.typed.internal.VersionVector apply​(java.lang.String key, long version)  
      akka.persistence.typed.internal.VersionVector apply​(scala.collection.immutable.TreeMap<java.lang.String,​java.lang.Object> versions)  
      akka.persistence.typed.internal.VersionVector empty()  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • VersionVector$

        public VersionVector$()
    • Method Detail

      • empty

        public akka.persistence.typed.internal.VersionVector empty()
      • apply

        public akka.persistence.typed.internal.VersionVector apply()
      • apply

        public akka.persistence.typed.internal.VersionVector apply​(scala.collection.immutable.TreeMap<java.lang.String,​java.lang.Object> versions)
      • apply

        public akka.persistence.typed.internal.VersionVector apply​(java.lang.String key,
                                                                   long version)