Class IndexShardSegments
- java.lang.Object
-
- org.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- All Implemented Interfaces:
Iterable<ShardSegments>
public class IndexShardSegments extends Object implements Iterable<ShardSegments>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardSegmentsgetAt(int i)ShardIdgetShardId()ShardSegments[]getShards()Iterator<ShardSegments>iterator()-
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
-
getShardId
public ShardId getShardId()
-
getAt
public ShardSegments getAt(int i)
-
getShards
public ShardSegments[] getShards()
-
iterator
public Iterator<ShardSegments> iterator()
- Specified by:
iteratorin interfaceIterable<ShardSegments>
-
-