Class RBMBackedTimestampSetInRange

  • All Implemented Interfaces:
    Predicate<RBMBackedTimestampSet>

    public class RBMBackedTimestampSetInRange
    extends uk.gov.gchq.koryphe.predicate.KoryphePredicate<RBMBackedTimestampSet>
    Tests whether an RBMBackedTimestampSet contains a value in a given range. If required, the user can specify whether all values within the timestamp set should be tested.
    • Constructor Detail

      • RBMBackedTimestampSetInRange

        public RBMBackedTimestampSetInRange()
      • RBMBackedTimestampSetInRange

        public RBMBackedTimestampSetInRange​(Number startTime,
                                            Number endTime)
      • RBMBackedTimestampSetInRange

        public RBMBackedTimestampSetInRange​(Number startTime,
                                            Number endTime,
                                            uk.gov.gchq.koryphe.util.TimeUnit timeUnit)
      • RBMBackedTimestampSetInRange

        public RBMBackedTimestampSetInRange​(Number startTime,
                                            Number endTime,
                                            uk.gov.gchq.koryphe.util.TimeUnit timeUnit,
                                            Boolean includeAllTimestamps)