Uses of Interface
uk.gov.gchq.gaffer.time.TimestampSet
-
Packages that use TimestampSet Package Description uk.gov.gchq.gaffer.time Classes for handling timestamps in Gaffer store implementations.uk.gov.gchq.gaffer.time.function -
-
Uses of TimestampSet in uk.gov.gchq.gaffer.time
Classes in uk.gov.gchq.gaffer.time that implement TimestampSet Modifier and Type Class Description classBoundedTimestampSetABoundedTimestampSetis an implementation ofTimestampSetthat can contain a maximum number N of timestamps.classRBMBackedTimestampSetAnRBMBackedTimestampSetis an implementation ofTimestampSetthat stores timestamps truncated to a certainCommonTimeUtil.TimeBucket, e.g. -
Uses of TimestampSet in uk.gov.gchq.gaffer.time.function
Methods in uk.gov.gchq.gaffer.time.function that return TimestampSet Modifier and Type Method Description TimestampSetToTimestampSet. apply(Long timestamp)
-