Uses of Class
org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
Packages that use IndicesSegmentsRequest Package Description org.elasticsearch.action.admin.indices.segments org.elasticsearch.client -
-
Uses of IndicesSegmentsRequest in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return IndicesSegmentsRequest Modifier and Type Method Description protected IndicesSegmentsRequestTransportIndicesSegmentsAction. readRequestFrom(StreamInput in)Methods in org.elasticsearch.action.admin.indices.segments with parameters of type IndicesSegmentsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesSegmentsAction. checkGlobalBlock(ClusterState state, IndicesSegmentsRequest request)protected ClusterBlockExceptionTransportIndicesSegmentsAction. checkRequestBlock(ClusterState state, IndicesSegmentsRequest countRequest, String[] concreteIndices)protected IndicesSegmentResponseTransportIndicesSegmentsAction. newResponse(IndicesSegmentsRequest request, int totalShards, int successfulShards, int failedShards, List<ShardSegments> results, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)protected ShardSegmentsTransportIndicesSegmentsAction. shardOperation(IndicesSegmentsRequest request, ShardRouting shardRouting)protected ShardsIteratorTransportIndicesSegmentsAction. shards(ClusterState clusterState, IndicesSegmentsRequest request, String[] concreteIndices)Segments goes across *all* active shards. -
Uses of IndicesSegmentsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return IndicesSegmentsRequest Modifier and Type Method Description static IndicesSegmentsRequestRequests. indicesSegmentsRequest(String... indices)Methods in org.elasticsearch.client with parameters of type IndicesSegmentsRequest Modifier and Type Method Description ActionFuture<IndicesSegmentResponse>IndicesAdminClient. segments(IndicesSegmentsRequest request)The segments of one or more indices.voidIndicesAdminClient. segments(IndicesSegmentsRequest request, ActionListener<IndicesSegmentResponse> listener)The segments of one or more indices.
-