Uses of Class
org.elasticsearch.client.transform.transforms.TransformCheckpointingInfo
-
Packages that use TransformCheckpointingInfo Package Description org.elasticsearch.client.transform.transforms -
-
Uses of TransformCheckpointingInfo in org.elasticsearch.client.transform.transforms
Methods in org.elasticsearch.client.transform.transforms that return TransformCheckpointingInfo Modifier and Type Method Description static TransformCheckpointingInfoTransformCheckpointingInfo. fromXContent(XContentParser p)TransformCheckpointingInfoTransformStats. getCheckpointingInfo()Constructors in org.elasticsearch.client.transform.transforms with parameters of type TransformCheckpointingInfo Constructor Description TransformStats(String id, TransformStats.State state, String reason, NodeAttributes node, TransformIndexerStats stats, TransformCheckpointingInfo checkpointingInfo)
-