Package uk.gov.gchq.gaffer.time
Class RBMBackedTimestampSet.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.time.RBMBackedTimestampSet.Builder
-
- Enclosing class:
- RBMBackedTimestampSet
public static class RBMBackedTimestampSet.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RBMBackedTimestampSet
build()
RBMBackedTimestampSet.Builder
timeBucket(CommonTimeUtil.TimeBucket timeBucket)
RBMBackedTimestampSet.Builder
timestamp(Instant timestamp)
RBMBackedTimestampSet.Builder
timestamps(Instant... timestamps)
RBMBackedTimestampSet.Builder
timestamps(Collection<Instant> timestamps)
-
-
-
Method Detail
-
timeBucket
public RBMBackedTimestampSet.Builder timeBucket(CommonTimeUtil.TimeBucket timeBucket)
-
timestamp
public RBMBackedTimestampSet.Builder timestamp(Instant timestamp)
-
timestamps
public RBMBackedTimestampSet.Builder timestamps(Instant... timestamps)
-
timestamps
public RBMBackedTimestampSet.Builder timestamps(Collection<Instant> timestamps)
-
build
public RBMBackedTimestampSet build()
-
-