Uses of Class
org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
Packages that use IndicesSegmentResponse Package Description org.elasticsearch.action.admin.indices.segments org.elasticsearch.client -
-
Uses of IndicesSegmentResponse in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return IndicesSegmentResponse Modifier and Type Method Description protected IndicesSegmentResponseTransportIndicesSegmentsAction. newResponse(IndicesSegmentsRequest request, int totalShards, int successfulShards, int failedShards, List<ShardSegments> results, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState) -
Uses of IndicesSegmentResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type IndicesSegmentResponse Modifier and Type Method Description ActionFuture<IndicesSegmentResponse>IndicesAdminClient. segments(IndicesSegmentsRequest request)The segments of one or more indices.Method parameters in org.elasticsearch.client with type arguments of type IndicesSegmentResponse Modifier and Type Method Description voidIndicesAdminClient. segments(IndicesSegmentsRequest request, ActionListener<IndicesSegmentResponse> listener)The segments of one or more indices.
-