Package org.apache.solr.handler.admin
Class IndexSizeEstimator.MapWriterSummaryStatistics
- java.lang.Object
-
- org.apache.commons.math3.stat.descriptive.SummaryStatistics
-
- org.apache.solr.handler.admin.IndexSizeEstimator.MapWriterSummaryStatistics
-
- All Implemented Interfaces:
Serializable
,org.apache.commons.math3.stat.descriptive.StatisticalSummary
,org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,org.noggit.JSONWriter.Writable
- Enclosing class:
- IndexSizeEstimator
public static class IndexSizeEstimator.MapWriterSummaryStatistics extends org.apache.commons.math3.stat.descriptive.SummaryStatistics implements org.apache.solr.common.MapWriter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapWriterSummaryStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeMap(org.apache.solr.common.MapWriter.EntryWriter ew)
-
Methods inherited from class org.apache.commons.math3.stat.descriptive.SummaryStatistics
addValue, clear, copy, copy, equals, getGeoMeanImpl, getGeometricMean, getMax, getMaxImpl, getMean, getMeanImpl, getMin, getMinImpl, getN, getPopulationVariance, getQuadraticMean, getSecondMoment, getStandardDeviation, getSum, getSumImpl, getSumLogImpl, getSummary, getSumOfLogs, getSumsq, getSumsqImpl, getVariance, getVarianceImpl, hashCode, setGeoMeanImpl, setMaxImpl, setMeanImpl, setMinImpl, setSumImpl, setSumLogImpl, setSumsqImpl, setVarianceImpl, toString
-
-
-
-
Method Detail
-
writeMap
public void writeMap(org.apache.solr.common.MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceorg.apache.solr.common.MapWriter
- Throws:
IOException
-
-