Class XPackClient

java.lang.Object
org.elasticsearch.client.XPackClient

@Deprecated public final class XPackClient extends Object
Deprecated.
The High Level Rest Client is deprecated in favor of the Elasticsearch Java API Client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic Licensed X-Pack APIs that are shipped with the default distribution of Elasticsearch. All of these APIs will 404 if run against the OSS distribution of Elasticsearch.

See the REST APIs on elastic.co for more information.