Class BoundedTimestampSetAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<BoundedTimestampSet>
-
- uk.gov.gchq.gaffer.time.binaryoperator.BoundedTimestampSetAggregator
-
- All Implemented Interfaces:
BiFunction<BoundedTimestampSet,BoundedTimestampSet,BoundedTimestampSet>,BinaryOperator<BoundedTimestampSet>
public class BoundedTimestampSetAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<BoundedTimestampSet>
ABoundedTimestampSetAggregatoris aBinaryOperatorthat takes inBoundedTimestampSets and aggregates the second one into the first. TheBoundedTimestampSets can only be aggregated if they have the same time bucket and maximum size.
-
-
Constructor Summary
Constructors Constructor Description BoundedTimestampSetAggregator()
-