Uses of Class
org.elasticsearch.client.ml.job.config.JobState
-
Packages that use JobState Package Description org.elasticsearch.client.ml.job.config org.elasticsearch.client.ml.job.stats -
-
Uses of JobState in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return JobState Modifier and Type Method Description static JobStateJobState. fromString(String name)static JobStateJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobState in org.elasticsearch.client.ml.job.stats
Methods in org.elasticsearch.client.ml.job.stats that return JobState Modifier and Type Method Description JobStateJobStats. getState()The status of the job SeeJobState
-