Package uk.gov.gchq.gaffer.time
Classes for handling timestamps in Gaffer store implementations.
-
Interface Summary Interface Description TimeSeries<T> TimestampSet This represents a set of timestamps. -
Class Summary Class Description BoundedTimestampSet ABoundedTimestampSet
is an implementation ofTimestampSet
that can contain a maximum number N of timestamps.BoundedTimestampSet.Builder CommonTimeUtil Utility methods for dates and times.LongTimeSeries This is a time series where the values areLong
s.LongTimeSeries.Builder RBMBackedTimestampSet AnRBMBackedTimestampSet
is an implementation ofTimestampSet
that stores timestamps truncated to a certainCommonTimeUtil.TimeBucket
, e.g.RBMBackedTimestampSet.Builder -
Enum Summary Enum Description BoundedTimestampSet.State CommonTimeUtil.TimeBucket Type representing a "bucket" of time.