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