All Classes
-
Class Description Cancellable Represents an operation that can be cancelled.HasAttributeNodeSelector ANodeSelector
that selects nodes that have a particular value for an attribute.HeapBufferedAsyncResponseConsumer Default implementation ofHttpAsyncResponseConsumer
.HttpAsyncResponseConsumerFactory Factory used to create instances ofHttpAsyncResponseConsumer
.HttpAsyncResponseConsumerFactory.HeapBufferedResponseConsumerFactory Default factory used to create instances ofHttpAsyncResponseConsumer
.Node Metadata about anHttpHost
running Elasticsearch.Node.Roles Role information about an Elasticsearch process.NodeSelector Selects nodes that can receive requests.PreferHasAttributeNodeSelector BothPreferHasAttributeNodeSelector
andHasAttributeNodeSelector
will work the same if there is aNode
with particular attribute in the attributes, butPreferHasAttributeNodeSelector
will select anotherNode
s even if there is noNode
with particular attribute in the attributes.Request HTTP Request to Elasticsearch.RequestOptions The portion of an HTTP request to Elasticsearch that can be manipulated without changing Elasticsearch's behavior.RequestOptions.Builder BuildsRequestOptions
.Response Holds an elasticsearch response.ResponseException Exception thrown when an elasticsearch node responds to a request with a status code that indicates an error.ResponseListener Listener to be provided when calling async performRequest methods provided byRestClient
.RestClient Client that connects to an Elasticsearch cluster through HTTP.RestClient.FailureListener Listener that allows to be notified whenever a failure happens.RestClientBuilder Helps creating a newRestClient
.RestClientBuilder.HttpClientConfigCallback Callback used to customize theCloseableHttpClient
instance used by aRestClient
instance.RestClientBuilder.RequestConfigCallback Callback used the defaultRequestConfig
being set to theCloseableHttpClient
WarningFailureException This exception is used to indicate that one or moreResponse.getWarnings()
exist and is typically used when theRestClient
is set to fail by settingRestClientBuilder.setStrictDeprecationMode(boolean)
to `true`.WarningsHandler Called if there are warnings to determine if those warnings should fail the request.