Uses of Class
org.elasticsearch.client.xpack.XPackInfoRequest
-
Packages that use XPackInfoRequest Package Description org.elasticsearch.client -
-
Uses of XPackInfoRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type XPackInfoRequest Modifier and Type Method Description XPackInfoResponseXPackClient. info(XPackInfoRequest request, RequestOptions options)Fetch information about X-Pack from the cluster.CancellableXPackClient. infoAsync(XPackInfoRequest request, RequestOptions options, ActionListener<XPackInfoResponse> listener)Asynchronously fetch information about X-Pack from the cluster.
-