Class VersionVector$
- java.lang.Object
-
- org.apache.pekko.persistence.typed.internal.VersionVector$
-
public class VersionVector$ extends java.lang.ObjectINTERNAL APIVersionVector 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 org.apache.pekko.persistence.typed.internal.VersionVectorapply()org.apache.pekko.persistence.typed.internal.VersionVectorapply(java.lang.String key, long version)org.apache.pekko.persistence.typed.internal.VersionVectorapply(scala.collection.immutable.TreeMap<java.lang.String,java.lang.Object> versions)org.apache.pekko.persistence.typed.internal.VersionVectorempty()
-
-
-
Field Detail
-
MODULE$
public static final VersionVector$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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<java.lang.String,java.lang.Object> versions)
-
apply
public org.apache.pekko.persistence.typed.internal.VersionVector apply(java.lang.String key, long version)
-
-