Uses of Class
org.elasticsearch.client.ml.NodeAttributes
-
Packages that use NodeAttributes Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.datafeed org.elasticsearch.client.ml.dataframe org.elasticsearch.client.ml.job.stats -
-
Uses of NodeAttributes in org.elasticsearch.client.ml
Fields in org.elasticsearch.client.ml with type parameters of type NodeAttributes Modifier and Type Field Description static ConstructingObjectParser<NodeAttributes,Void>NodeAttributes. PARSER -
Uses of NodeAttributes in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed that return NodeAttributes Modifier and Type Method Description NodeAttributesDatafeedStats. getNode()Constructors in org.elasticsearch.client.ml.datafeed with parameters of type NodeAttributes Constructor Description DatafeedStats(String datafeedId, DatafeedState datafeedState, NodeAttributes node, String assignmentExplanation, DatafeedTimingStats timingStats) -
Uses of NodeAttributes in org.elasticsearch.client.ml.dataframe
Methods in org.elasticsearch.client.ml.dataframe that return NodeAttributes Modifier and Type Method Description NodeAttributesDataFrameAnalyticsStats. getNode()Constructors in org.elasticsearch.client.ml.dataframe with parameters of type NodeAttributes Constructor Description DataFrameAnalyticsStats(String id, DataFrameAnalyticsState state, String failureReason, List<PhaseProgress> progress, NodeAttributes node, String assignmentExplanation) -
Uses of NodeAttributes in org.elasticsearch.client.ml.job.stats
Methods in org.elasticsearch.client.ml.job.stats that return NodeAttributes Modifier and Type Method Description NodeAttributesJobStats. getNode()For open jobs only, contains information about the node where the job runs SeeNodeAttributes
-