Uses of Class
org.elasticsearch.action.admin.indices.segments.IndexShardSegments

Packages that use IndexShardSegments
org.elasticsearch.action.admin.indices.segments   
 

Uses of IndexShardSegments in org.elasticsearch.action.admin.indices.segments
 

Methods in org.elasticsearch.action.admin.indices.segments that return types with arguments of type IndexShardSegments
 Map<Integer,IndexShardSegments> IndexSegments.getShards()
           
 Iterator<IndexShardSegments> IndexSegments.iterator()
           
 Map<Integer,IndexShardSegments> IndexSegments.shards()
          A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).
 



Copyright © 2009-2012. All Rights Reserved.