Class ReservoirLongsSketchAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirLongsSketch>
-
- uk.gov.gchq.gaffer.sketches.datasketches.sampling.binaryoperator.ReservoirLongsSketchAggregator
-
- All Implemented Interfaces:
BiFunction<org.apache.datasketches.sampling.ReservoirLongsSketch,org.apache.datasketches.sampling.ReservoirLongsSketch,org.apache.datasketches.sampling.ReservoirLongsSketch>
,BinaryOperator<org.apache.datasketches.sampling.ReservoirLongsSketch>
public class ReservoirLongsSketchAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<org.apache.datasketches.sampling.ReservoirLongsSketch>
AReservoirLongsSketchAggregator
is aBinaryOperator
that aggregatesReservoirLongsSketch
s using aReservoirLongsUnion
.
-
-
Constructor Summary
Constructors Constructor Description ReservoirLongsSketchAggregator()
-