Class 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
    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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

        org.apache.solr.common.MapWriter.EntryWriter
    • Field Summary

      • Fields inherited from interface org.apache.solr.common.MapWriter

        EMPTY
    • 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
      • Methods inherited from interface org.apache.solr.common.MapWriter

        jsonStr, toMap
      • Methods inherited from interface org.apache.solr.common.NavigableObject

        _forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
    • Constructor Detail

      • MapWriterSummaryStatistics

        public MapWriterSummaryStatistics()
    • Method Detail

      • writeMap

        public void writeMap​(org.apache.solr.common.MapWriter.EntryWriter ew)
                      throws IOException
        Specified by:
        writeMap in interface org.apache.solr.common.MapWriter
        Throws:
        IOException