Class IntegerSummaryFactory
java.lang.Object
org.apache.datasketches.tuple.aninteger.IntegerSummaryFactory
- All Implemented Interfaces:
SummaryFactory<IntegerSummary>
Factory for IntegerSummary.
- Author:
- Lee Rhodes
-
Constructor Summary
ConstructorDescriptionIntegerSummaryFactory
(IntegerSummary.Mode summaryMode) Creates an instance of IntegerSummaryFactory with a given mode -
Method Summary
-
Constructor Details
-
IntegerSummaryFactory
Creates an instance of IntegerSummaryFactory with a given mode- Parameters:
summaryMode
- summary mode
-
-
Method Details
-
newSummary
- Specified by:
newSummary
in interfaceSummaryFactory<IntegerSummary>
- Returns:
- new instance of Summary
-