final class SnapshotSelectionCriteria extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnapshotSelectionCriteria
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- SnapshotSelectionCriteria → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- SnapshotSelectionCriteria → AnyRef → Any
- val maxSequenceNr: Long
- val maxTimestamp: Long
- val minSequenceNr: Long
- val minTimestamp: Long
- def toString(): String
- Definition Classes
- SnapshotSelectionCriteria → AnyRef → Any
- def withMaxSequenceNr(newMaxSequenceNr: Long): SnapshotSelectionCriteria
upper bound for a selected snapshot's sequence number
- def withMaxTimestamp(newMaxTimestamp: Long): SnapshotSelectionCriteria
upper bound for a selected snapshot's timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z.
- def withMinSequenceNr(newMinSequenceNr: Long): SnapshotSelectionCriteria
lower bound for a selected snapshot's sequence number
- def withMinTimestamp(newMinTimestamp: Long): SnapshotSelectionCriteria
lower bound for a selected snapshot's timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z.
Selection criteria for loading and deleting snapshots.