Class XPackClient

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

public final class XPackClient
extends java.lang.Object
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.