Uses of Class
uk.gov.gchq.gaffer.time.RBMBackedTimestampSet.Builder
-
Packages that use RBMBackedTimestampSet.Builder Package Description uk.gov.gchq.gaffer.time Classes for handling timestamps in Gaffer store implementations. -
-
Uses of RBMBackedTimestampSet.Builder in uk.gov.gchq.gaffer.time
Methods in uk.gov.gchq.gaffer.time that return RBMBackedTimestampSet.Builder Modifier and Type Method Description RBMBackedTimestampSet.BuilderRBMBackedTimestampSet.Builder. timeBucket(CommonTimeUtil.TimeBucket timeBucket)RBMBackedTimestampSet.BuilderRBMBackedTimestampSet.Builder. timestamp(Instant timestamp)RBMBackedTimestampSet.BuilderRBMBackedTimestampSet.Builder. timestamps(Instant... timestamps)RBMBackedTimestampSet.BuilderRBMBackedTimestampSet.Builder. timestamps(Collection<Instant> timestamps)
-