Package org.apache.solr.handler.admin
Class IndexSizeEstimator.Estimate
- java.lang.Object
-
- org.apache.solr.handler.admin.IndexSizeEstimator.Estimate
-
- All Implemented Interfaces:
MapSerializable
,MapWriter
,NavigableObject
- Enclosing class:
- IndexSizeEstimator
public static final class IndexSizeEstimator.Estimate extends Object implements MapWriter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getDetails()
Map<String,Long>
getFieldsBySize()
Map<String,String>
getHumanReadableFieldsBySize()
Map<String,String>
getHumanReadableTypesBySize()
Map<String,Object>
getSummary()
Map<String,Long>
getTypesBySize()
void
writeMap(MapWriter.EntryWriter ew)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
-