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
,MapSerializable
,MapWriter
,NavigableObject
- Enclosing class:
- IndexSizeEstimator
public static class IndexSizeEstimator.MapWriterSummaryStatistics extends org.apache.commons.math3.stat.descriptive.SummaryStatistics implements MapWriter
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Constructor Summary
Constructors Constructor Description MapWriterSummaryStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeMap(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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-
-
-
Method Detail
-
writeMap
public void writeMap(MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceMapWriter
- Throws:
IOException
-
-