Uses of Class
org.elasticsearch.action.admin.indices.segments.ShardSegments
-
Packages that use ShardSegments Package Description org.elasticsearch.action.admin.indices.segments -
-
Uses of ShardSegments in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return ShardSegments Modifier and Type Method Description ShardSegmentsIndexShardSegments. getAt(int i)ShardSegments[]IndexShardSegments. getShards()protected ShardSegmentsTransportIndicesSegmentsAction. readShardResult(StreamInput in)protected ShardSegmentsTransportIndicesSegmentsAction. shardOperation(IndicesSegmentsRequest request, ShardRouting shardRouting)Methods in org.elasticsearch.action.admin.indices.segments that return types with arguments of type ShardSegments Modifier and Type Method Description Iterator<ShardSegments>IndexShardSegments. iterator()Method parameters in org.elasticsearch.action.admin.indices.segments with type arguments of type ShardSegments Modifier and Type Method Description protected IndicesSegmentResponseTransportIndicesSegmentsAction. newResponse(IndicesSegmentsRequest request, int totalShards, int successfulShards, int failedShards, List<ShardSegments> results, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)
-