java.lang.Object
org.elasticsearch.xpack.core.transform.transforms.TransformStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class TransformStats extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject
Used as a wrapper for the objects returned from the stats endpoint. Objects of this class are expected to be ephemeral. Do not persist objects of this class to cluster state or an index.