Uses of Class
org.elasticsearch.action.search.ClearScrollResponse
-
Packages that use ClearScrollResponse Package Description org.elasticsearch.action.search org.elasticsearch.client org.elasticsearch.client.support -
-
Uses of ClearScrollResponse in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return ClearScrollResponse Modifier and Type Method Description static ClearScrollResponseClearScrollResponse. fromXContent(XContentParser parser)Parse the clear scroll response body into a newClearScrollResponseobjectMethod parameters in org.elasticsearch.action.search with type arguments of type ClearScrollResponse Modifier and Type Method Description protected voidTransportClearScrollAction. doExecute(Task task, ClearScrollRequest request, ActionListener<ClearScrollResponse> listener) -
Uses of ClearScrollResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClearScrollResponse Modifier and Type Method Description ClearScrollResponseRestHighLevelClient. clearScroll(ClearScrollRequest clearScrollRequest, RequestOptions options)Clears one or more scroll ids using the Clear Scroll API.Methods in org.elasticsearch.client that return types with arguments of type ClearScrollResponse Modifier and Type Method Description ActionFuture<ClearScrollResponse>Client. clearScroll(ClearScrollRequest request)Clears the search contexts associated with specified scroll ids.Method parameters in org.elasticsearch.client with type arguments of type ClearScrollResponse Modifier and Type Method Description voidClient. clearScroll(ClearScrollRequest request, ActionListener<ClearScrollResponse> listener)Clears the search contexts associated with specified scroll ids.CancellableRestHighLevelClient. clearScrollAsync(ClearScrollRequest clearScrollRequest, RequestOptions options, ActionListener<ClearScrollResponse> listener)Asynchronously clears one or more scroll ids using the Clear Scroll API. -
Uses of ClearScrollResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type ClearScrollResponse Modifier and Type Method Description ActionFuture<ClearScrollResponse>AbstractClient. clearScroll(ClearScrollRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type ClearScrollResponse Modifier and Type Method Description voidAbstractClient. clearScroll(ClearScrollRequest request, ActionListener<ClearScrollResponse> listener)
-