java.lang.Object
org.elasticsearch.monitor.metrics.IndexStats
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Method Summary
Modifier and TypeMethodDescriptionlongnumBytes()longnumDocs()intvoidwriteTo(StreamOutput out) Write this into the StreamOutput.
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
numIndices
public int numIndices() -
numDocs
public long numDocs() -
numBytes
public long numBytes()
-