Uses of Class
org.elasticsearch.client.transform.GetTransformStatsRequest
-
Packages that use GetTransformStatsRequest Package Description org.elasticsearch.client -
-
Uses of GetTransformStatsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetTransformStatsRequest Modifier and Type Method Description GetTransformStatsResponseTransformClient. getTransformStats(GetTransformStatsRequest request, RequestOptions options)Get the running statistics of a transformCancellableTransformClient. getTransformStatsAsync(GetTransformStatsRequest request, RequestOptions options, ActionListener<GetTransformStatsResponse> listener)Get the running statistics of a transform asynchronously and notifies listener on completion
-