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:
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.solr.common.MapWriter

    jsonStr, toMap, write

    Methods inherited from interface org.apache.solr.common.NavigableObject

    _forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
  • Constructor Details

    • MapWriterSummaryStatistics

      public MapWriterSummaryStatistics()
  • Method Details

    • 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