Package org.apache.solr.handler.admin
Class IndexSizeEstimator.Estimate
- java.lang.Object
-
- org.apache.solr.handler.admin.IndexSizeEstimator.Estimate
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,org.noggit.JSONWriter.Writable
- Enclosing class:
- IndexSizeEstimator
public static final class IndexSizeEstimator.Estimate extends Object implements org.apache.solr.common.MapWriter
-
-
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(org.apache.solr.common.MapWriter.EntryWriter ew)
-
-
-
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
-
-