Uses of Class
org.elasticsearch.client.RestClient
-
Packages that use RestClient Package Description org.elasticsearch.client -
-
Uses of RestClient in org.elasticsearch.client
Methods in org.elasticsearch.client that return RestClient Modifier and Type Method Description RestClientRestClientBuilder. build()Creates a newRestClientbased on the provided configuration.RestClientRestHighLevelClient. getLowLevelClient()Returns the low-level client that the current high-level client instance is using to perform requestsConstructors in org.elasticsearch.client with parameters of type RestClient Constructor Description RestHighLevelClient(RestClient restClient, CheckedConsumer<RestClient,IOException> doClose, List<NamedXContentRegistry.Entry> namedXContentEntries)Creates aRestHighLevelClientgiven the low levelRestClientthat it should use to perform requests and a list of entries that allow to parse custom response sections added to Elasticsearch through plugins.Constructor parameters in org.elasticsearch.client with type arguments of type RestClient Constructor Description RestHighLevelClient(RestClient restClient, CheckedConsumer<RestClient,IOException> doClose, List<NamedXContentRegistry.Entry> namedXContentEntries)Creates aRestHighLevelClientgiven the low levelRestClientthat it should use to perform requests and a list of entries that allow to parse custom response sections added to Elasticsearch through plugins.
-