Class RBMBackedTimestampSetAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<RBMBackedTimestampSet>
-
- uk.gov.gchq.gaffer.time.binaryoperator.RBMBackedTimestampSetAggregator
-
- All Implemented Interfaces:
BiFunction<RBMBackedTimestampSet,RBMBackedTimestampSet,RBMBackedTimestampSet>,BinaryOperator<RBMBackedTimestampSet>
public class RBMBackedTimestampSetAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<RBMBackedTimestampSet>
ARBMBackedTimestampSetAggregatoris aBinaryOperatorthat takes inRBMBackedTimestampSets and merges the underlyingRoaringBitmaps together.
-
-
Constructor Summary
Constructors Constructor Description RBMBackedTimestampSetAggregator()
-