Uses of Class
org.elasticsearch.client.transform.transforms.TransformStats
-
Packages that use TransformStats Package Description org.elasticsearch.client.transform org.elasticsearch.client.transform.transforms -
-
Uses of TransformStats in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform that return types with arguments of type TransformStats Modifier and Type Method Description List<TransformStats>GetTransformStatsResponse. getTransformsStats()Constructor parameters in org.elasticsearch.client.transform with type arguments of type TransformStats Constructor Description GetTransformStatsResponse(List<TransformStats> transformsStats, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures) -
Uses of TransformStats in org.elasticsearch.client.transform.transforms
Fields in org.elasticsearch.client.transform.transforms with type parameters of type TransformStats Modifier and Type Field Description static ConstructingObjectParser<TransformStats,Void>TransformStats. PARSERMethods in org.elasticsearch.client.transform.transforms that return TransformStats Modifier and Type Method Description static TransformStatsTransformStats. fromXContent(XContentParser parser)
-