akka.persistence
Class SnapshotProtocol.LoadSnapshot

java.lang.Object
  extended by akka.persistence.SnapshotProtocol.LoadSnapshot
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
SnapshotProtocol

public static class SnapshotProtocol.LoadSnapshot
extends java.lang.Object
implements scala.Product, scala.Serializable

Instructs a snapshot store to load a snapshot.

param: persistenceId persistent actor id. param: criteria criteria for selecting a snapshot from which recovery should start. param: toSequenceNr upper sequence number bound (inclusive) for recovery.

See Also:
Serialized Form

Constructor Summary
SnapshotProtocol.LoadSnapshot(java.lang.String persistenceId, SnapshotSelectionCriteria criteria, long toSequenceNr)
           
 
Method Summary
 SnapshotSelectionCriteria criteria()
           
 java.lang.String persistenceId()
           
 java.lang.String processorId()
           
 long toSequenceNr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SnapshotProtocol.LoadSnapshot

public SnapshotProtocol.LoadSnapshot(java.lang.String persistenceId,
                                     SnapshotSelectionCriteria criteria,
                                     long toSequenceNr)
Method Detail

persistenceId

public java.lang.String persistenceId()

criteria

public SnapshotSelectionCriteria criteria()

toSequenceNr

public long toSequenceNr()

processorId

public java.lang.String processorId()