Class IntegerSummaryFactory
java.lang.Object
org.apache.datasketches.tuple.aninteger.IntegerSummaryFactory
- All Implemented Interfaces:
SummaryFactory<IntegerSummary>
public class IntegerSummaryFactory extends Object implements SummaryFactory<IntegerSummary>
Factory for IntegerSummary.
- Author:
- Lee Rhodes
-
Constructor Summary
Constructors Constructor Description IntegerSummaryFactory(IntegerSummary.Mode summaryMode)Creates an instance of IntegerSummaryFactory with a given mode -
Method Summary
Modifier and Type Method Description IntegerSummarynewSummary()
-
Constructor Details
-
IntegerSummaryFactory
Creates an instance of IntegerSummaryFactory with a given mode- Parameters:
summaryMode- summary mode
-
-
Method Details
-
newSummary
- Specified by:
newSummaryin interfaceSummaryFactory<IntegerSummary>- Returns:
- new instance of Summary
-