Uses of Class
org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
Packages that use IndexShardUpgradeStatus Package Description org.elasticsearch.action.admin.indices.upgrade.get -
-
Uses of IndexShardUpgradeStatus in org.elasticsearch.action.admin.indices.upgrade.get
Methods in org.elasticsearch.action.admin.indices.upgrade.get that return types with arguments of type IndexShardUpgradeStatus Modifier and Type Method Description Map<Integer,IndexShardUpgradeStatus>IndexUpgradeStatus. getShards()A shard id to index shard upgrade status map (note, index shard upgrade status is the replication shard group that maps to the shard id).Iterator<IndexShardUpgradeStatus>IndexUpgradeStatus. iterator()
-