Class IndexShardStats
java.lang.Object
org.elasticsearch.action.admin.indices.stats.IndexShardStats
- All Implemented Interfaces:
Iterable<ShardStats>
,Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAt(int position)
getTotal()
iterator()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
IndexShardStats
- Throws:
IOException
-
IndexShardStats
-
-
Method Details
-
getShardId
-
getShards
-
getAt
-
iterator
- Specified by:
iterator
in interfaceIterable<ShardStats>
-
getTotal
-
getPrimary
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-