Uses of Class
org.elasticsearch.action.admin.indices.refresh.RefreshResponse
-
Packages that use RefreshResponse Package Description org.elasticsearch.action.admin.indices.refresh org.elasticsearch.client -
-
Uses of RefreshResponse in org.elasticsearch.action.admin.indices.refresh
Methods in org.elasticsearch.action.admin.indices.refresh that return RefreshResponse Modifier and Type Method Description static RefreshResponseRefreshResponse. fromXContent(XContentParser parser)protected RefreshResponseTransportRefreshAction. newResponse(int successfulShards, int failedShards, int totalNumCopies, List<DefaultShardOperationFailedException> shardFailures) -
Uses of RefreshResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return RefreshResponse Modifier and Type Method Description RefreshResponseIndicesClient. refresh(RefreshRequest refreshRequest, RequestOptions options)Refresh one or more indices using the Refresh API.Methods in org.elasticsearch.client that return types with arguments of type RefreshResponse Modifier and Type Method Description ActionFuture<RefreshResponse>IndicesAdminClient. refresh(RefreshRequest request)Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).Method parameters in org.elasticsearch.client with type arguments of type RefreshResponse Modifier and Type Method Description voidIndicesAdminClient. refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).CancellableIndicesClient. refreshAsync(RefreshRequest refreshRequest, RequestOptions options, ActionListener<RefreshResponse> listener)Asynchronously refresh one or more indices using the Refresh API.
-