Uses of Class
org.elasticsearch.client.ml.datafeed.DatafeedState
-
Packages that use DatafeedState Package Description org.elasticsearch.client.ml.datafeed -
-
Uses of DatafeedState in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed that return DatafeedState Modifier and Type Method Description static DatafeedStateDatafeedState. fromString(String name)DatafeedStateDatafeedStats. getDatafeedState()static DatafeedStateDatafeedState. valueOf(String name)Returns the enum constant of this type with the specified name.static DatafeedState[]DatafeedState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.ml.datafeed with parameters of type DatafeedState Constructor Description DatafeedStats(String datafeedId, DatafeedState datafeedState, NodeAttributes node, String assignmentExplanation, DatafeedTimingStats timingStats)
-