Class ShardSegments
- java.lang.Object
-
- org.elasticsearch.action.admin.indices.segments.ShardSegments
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfCommitted()intgetNumberOfSearch()List<Segment>getSegments()ShardRoutinggetShardRouting()Iterator<Segment>iterator()voidwriteTo(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
-
-
-
-
Method Detail
-
getShardRouting
public ShardRouting getShardRouting()
-
getNumberOfCommitted
public int getNumberOfCommitted()
-
getNumberOfSearch
public int getNumberOfSearch()
-
writeTo
public void writeTo(StreamOutput out) throws IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
-