Uses of Class
org.elasticsearch.client.transform.transforms.TransformStats.State
-
Packages that use TransformStats.State Package Description org.elasticsearch.client.transform.transforms -
-
Uses of TransformStats.State in org.elasticsearch.client.transform.transforms
Methods in org.elasticsearch.client.transform.transforms that return TransformStats.State Modifier and Type Method Description static TransformStats.StateTransformStats.State. fromString(String name)TransformStats.StateTransformStats. getState()static TransformStats.StateTransformStats.State. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformStats.State[]TransformStats.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.transform.transforms with parameters of type TransformStats.State Constructor Description TransformStats(String id, TransformStats.State state, String reason, NodeAttributes node, TransformIndexerStats stats, TransformCheckpointingInfo checkpointingInfo)
-