Module org.elasticsearch.server
Package org.elasticsearch.index.engine
Class SegmentsStats.FileStats
java.lang.Object
org.elasticsearch.index.engine.SegmentsStats.FileStats
- All Implemented Interfaces:
- Writeable,- ToXContent,- ToXContentFragment
- Enclosing class:
- SegmentsStats
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContentToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Field SummaryFields inherited from interface org.elasticsearch.xcontent.ToXContentEMPTY_PARAMS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlonggetCount()getExt()longgetMax()longgetMin()longgetTotal()static SegmentsStats.FileStatstoString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragmentisFragment
- 
Constructor Details- 
FileStats
 
- 
- 
Method Details- 
getExt
- 
getCountpublic long getCount()
- 
getTotalpublic long getTotal()
- 
getMinpublic long getMin()
- 
getMaxpublic long getMax()
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
- 
toXContentpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
- toXContentin interface- ToXContent
- Throws:
- IOException
 
- 
merge
- 
toString
 
-