Class VersionVector$

java.lang.Object
org.apache.pekko.persistence.typed.internal.VersionVector$

public class VersionVector$ extends Object
INTERNAL API

VersionVector module with helper classes and methods.

  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.persistence.typed.internal.VersionVector
     
    org.apache.pekko.persistence.typed.internal.VersionVector
    apply(String key, long version)
     
    org.apache.pekko.persistence.typed.internal.VersionVector
    apply(scala.collection.immutable.TreeMap<String,Object> versions)
     
    org.apache.pekko.persistence.typed.internal.VersionVector
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • VersionVector$

      public VersionVector$()
  • Method Details

    • empty

      public org.apache.pekko.persistence.typed.internal.VersionVector empty()
    • apply

      public org.apache.pekko.persistence.typed.internal.VersionVector apply()
    • apply

      public org.apache.pekko.persistence.typed.internal.VersionVector apply(scala.collection.immutable.TreeMap<String,Object> versions)
    • apply

      public org.apache.pekko.persistence.typed.internal.VersionVector apply(String key, long version)