Uses of Class
org.elasticsearch.client.Response
-
Packages that use Response Package Description org.elasticsearch.client -
-
Uses of Response in org.elasticsearch.client
Methods in org.elasticsearch.client that return Response Modifier and Type Method Description ResponseResponseException. getResponse()Returns theResponsethat caused this exception to be thrown.ResponseWarningFailureException. getResponse()Returns theResponsethat caused this exception to be thrown.ResponseRestClient. performRequest(Request request)Sends a request to the Elasticsearch cluster that the client points to.Methods in org.elasticsearch.client with parameters of type Response Modifier and Type Method Description protected static booleanRestHighLevelClient. convertExistsResponse(Response response)voidResponseListener. onSuccess(Response response)Method invoked if the request yielded a successful responseConstructors in org.elasticsearch.client with parameters of type Response Constructor Description ResponseException(Response response)WarningFailureException(Response response)
-