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 class
BoundedTimestampSet
ABoundedTimestampSet
is an implementation ofTimestampSet
that can contain a maximum number N of timestamps.class
RBMBackedTimestampSet
AnRBMBackedTimestampSet
is an implementation ofTimestampSet
that 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 TimestampSet
ToTimestampSet. apply(Long timestamp)
-