Uses of Class
org.elasticsearch.action.admin.indices.status.IndexShardStatus

Packages that use IndexShardStatus
org.elasticsearch.action.admin.indices.status   
 

Uses of IndexShardStatus in org.elasticsearch.action.admin.indices.status
 

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



Copyright © 2009-2012. All Rights Reserved.