public class SnapshotSelectionCriteria$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static SnapshotSelectionCriteria$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SnapshotSelectionCriteria$() |
Modifier and Type | Method and Description |
---|---|
SnapshotSelectionCriteria |
create(long maxSequenceNr,
long maxTimestamp)
Java API.
|
SnapshotSelectionCriteria |
create(long maxSequenceNr,
long maxTimestamp,
long minSequenceNr,
long minTimestamp)
Java API.
|
SnapshotSelectionCriteria |
latest()
Java API.
|
SnapshotSelectionCriteria |
Latest()
The latest saved snapshot.
|
SnapshotSelectionCriteria |
none()
Java API.
|
SnapshotSelectionCriteria |
None()
No saved snapshot matches.
|
public static final SnapshotSelectionCriteria$ MODULE$
public SnapshotSelectionCriteria Latest()
public SnapshotSelectionCriteria None()
public SnapshotSelectionCriteria create(long maxSequenceNr, long maxTimestamp)
maxSequenceNr
- (undocumented)maxTimestamp
- (undocumented)public SnapshotSelectionCriteria create(long maxSequenceNr, long maxTimestamp, long minSequenceNr, long minTimestamp)
maxSequenceNr
- (undocumented)maxTimestamp
- (undocumented)minSequenceNr
- (undocumented)minTimestamp
- (undocumented)public SnapshotSelectionCriteria latest()
public SnapshotSelectionCriteria none()