Class IndexSegments

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getIndex()  
      java.util.Map<java.lang.Integer,​IndexShardSegments> getShards()
      A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).
      java.util.Iterator<IndexShardSegments> 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

      • getIndex

        public java.lang.String getIndex()
      • getShards

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