org.elasticsearch.action.admin.indices.segments
Class IndexSegments

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.segments.IndexSegments
All Implemented Interfaces:
java.lang.Iterable<IndexShardSegments>

public class IndexSegments
extends java.lang.Object
implements java.lang.Iterable<IndexShardSegments>


Method Summary
 java.lang.String getIndex()
           
 java.util.Map<java.lang.Integer,IndexShardSegments> getShards()
           
 java.lang.String index()
           
 java.util.Iterator<IndexShardSegments> iterator()
           
 java.util.Map<java.lang.Integer,IndexShardSegments> shards()
          A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

index

public java.lang.String index()

getIndex

public java.lang.String getIndex()

shards

public java.util.Map<java.lang.Integer,IndexShardSegments> shards()
A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).


getShards

public java.util.Map<java.lang.Integer,IndexShardSegments> getShards()

iterator

public java.util.Iterator<IndexShardSegments> iterator()
Specified by:
iterator in interface java.lang.Iterable<IndexShardSegments>