| Class | Description |
|---|---|
| ClusterClient |
A wrapper for the
RestHighLevelClient that provides methods for accessing the Cluster API. |
| IndicesClient |
A wrapper for the
RestHighLevelClient that provides methods for accessing the Indices API. |
| Request | |
| RestHighLevelClient |
High level REST client that wraps an instance of the low level
RestClient and allows to build requests and read responses. |