Uses of Class
org.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
Packages that use IndexShardSegments Package Description 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 Modifier and Type Method Description Map<Integer,IndexShardSegments>IndexSegments. getShards()A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).Iterator<IndexShardSegments>IndexSegments. iterator()
-