Class ReplicatedSnapshotMetadata$

java.lang.Object
org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
All Implemented Interfaces:
Serializable

public class ReplicatedSnapshotMetadata$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.ReplicatedSnapshotMetadata
    apply(org.apache.pekko.persistence.typed.internal.VersionVector version, scala.collection.immutable.Map<ReplicaId,Object> seenPerReplica)
     
    For a snapshot store supporting Replicated Event Sourcing needing to add test coverage, use this instance as metadata and defer to the built in serializer for serialization format
    scala.Option<scala.Tuple2<org.apache.pekko.persistence.typed.internal.VersionVector,scala.collection.immutable.Map<ReplicaId,Object>>>
    unapply(org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata x$0)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ReplicatedSnapshotMetadata$

      public ReplicatedSnapshotMetadata$()
  • Method Details

    • instanceForSnapshotStoreTest

      public Object instanceForSnapshotStoreTest()
      For a snapshot store supporting Replicated Event Sourcing needing to add test coverage, use this instance as metadata and defer to the built in serializer for serialization format
    • apply

      public org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata apply(org.apache.pekko.persistence.typed.internal.VersionVector version, scala.collection.immutable.Map<ReplicaId,Object> seenPerReplica)
    • unapply

      public scala.Option<scala.Tuple2<org.apache.pekko.persistence.typed.internal.VersionVector,scala.collection.immutable.Map<ReplicaId,Object>>> unapply(org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata x$0)