akka.persistence
Class Recover$

java.lang.Object
  extended by akka.persistence.Recover$
All Implemented Interfaces:
java.io.Serializable

public class Recover$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Recover$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Recover$()
           
 
Method Summary
 Recover create()
          Java API.
 Recover create(long toSequenceNr)
          Java API.
 Recover create(SnapshotSelectionCriteria fromSnapshot)
          Java API.
 Recover create(SnapshotSelectionCriteria fromSnapshot, long toSequenceNr)
          Java API.
 Recover create(SnapshotSelectionCriteria fromSnapshot, long toSequenceNr, long replayMax)
          Java API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Recover$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Recover$

public Recover$()
Method Detail

create

public Recover create()
Java API.

Returns:
(undocumented)
See Also:
Recover

create

public Recover create(long toSequenceNr)
Java API.

Parameters:
toSequenceNr - (undocumented)
Returns:
(undocumented)
See Also:
Recover

create

public Recover create(SnapshotSelectionCriteria fromSnapshot)
Java API.

Parameters:
fromSnapshot - (undocumented)
Returns:
(undocumented)
See Also:
Recover

create

public Recover create(SnapshotSelectionCriteria fromSnapshot,
                      long toSequenceNr)
Java API.

Parameters:
fromSnapshot - (undocumented)
toSequenceNr - (undocumented)
Returns:
(undocumented)
See Also:
Recover

create

public Recover create(SnapshotSelectionCriteria fromSnapshot,
                      long toSequenceNr,
                      long replayMax)
Java API.

Parameters:
fromSnapshot - (undocumented)
toSequenceNr - (undocumented)
replayMax - (undocumented)
Returns:
(undocumented)
See Also:
Recover