object SnapshotSelectionCriteria extends Serializable
- Source
- SnapshotProtocol.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotSelectionCriteria
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val Latest: SnapshotSelectionCriteria
The latest saved snapshot.
- val None: SnapshotSelectionCriteria
No saved snapshot matches.
- def create(maxSequenceNr: Long, maxTimestamp: Long, minSequenceNr: Long, minTimestamp: Long): SnapshotSelectionCriteria
Java API.
- def create(maxSequenceNr: Long, maxTimestamp: Long): SnapshotSelectionCriteria
Java API.
- def latest(): SnapshotSelectionCriteria
Java API.
- def none(): SnapshotSelectionCriteria
Java API.