akka.persistence
Class SnapshotSelectionCriteria$

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

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

See Also:
Serialized Form

Field Summary
static SnapshotSelectionCriteria$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SnapshotSelectionCriteria$()
           
 
Method Summary
 SnapshotSelectionCriteria create(long maxSequenceNr, long maxTimestamp)
          Java API.
 SnapshotSelectionCriteria latest()
          Java API.
 SnapshotSelectionCriteria Latest()
          The latest saved snapshot.
 SnapshotSelectionCriteria none()
          Java API.
 SnapshotSelectionCriteria None()
          No saved snapshot matches.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

SnapshotSelectionCriteria$

public SnapshotSelectionCriteria$()
Method Detail

Latest

public SnapshotSelectionCriteria Latest()
The latest saved snapshot.

Returns:
(undocumented)

None

public SnapshotSelectionCriteria None()
No saved snapshot matches.

Returns:
(undocumented)

create

public SnapshotSelectionCriteria create(long maxSequenceNr,
                                        long maxTimestamp)
Java API.

Parameters:
maxSequenceNr - (undocumented)
maxTimestamp - (undocumented)
Returns:
(undocumented)

latest

public SnapshotSelectionCriteria latest()
Java API.

Returns:
(undocumented)

none

public SnapshotSelectionCriteria none()
Java API.

Returns:
(undocumented)