final class SnapshotSelectionCriteria extends AnyRef

Selection criteria for loading and deleting snapshots.

Source
SnapshotSelectionCriteria.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnapshotSelectionCriteria
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    SnapshotSelectionCriteria → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    SnapshotSelectionCriteria → AnyRef → Any
  3. val maxSequenceNr: Long
  4. val maxTimestamp: Long
  5. val minSequenceNr: Long
  6. val minTimestamp: Long
  7. def toString(): String
    Definition Classes
    SnapshotSelectionCriteria → AnyRef → Any
  8. def withMaxSequenceNr(newMaxSequenceNr: Long): SnapshotSelectionCriteria

    upper bound for a selected snapshot's sequence number

  9. def withMaxTimestamp(newMaxTimestamp: Long): SnapshotSelectionCriteria

    upper bound for a selected snapshot's timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z.

  10. def withMinSequenceNr(newMinSequenceNr: Long): SnapshotSelectionCriteria

    lower bound for a selected snapshot's sequence number

  11. def withMinTimestamp(newMinTimestamp: Long): SnapshotSelectionCriteria

    lower bound for a selected snapshot's timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z.