Class GetJobsStatsAction.Response.JobStats

java.lang.Object
org.elasticsearch.xpack.core.ml.action.GetJobsStatsAction.Response.JobStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
GetJobsStatsAction.Response

public static class GetJobsStatsAction.Response.JobStats extends Object implements org.elasticsearch.xcontent.ToXContentObject, Writeable
  • Constructor Details

  • Method Details

    • getJobId

      public String getJobId()
    • getDataCounts

      public DataCounts getDataCounts()
    • getModelSizeStats

      public ModelSizeStats getModelSizeStats()
    • getForecastStats

      public ForecastStats getForecastStats()
    • getState

      public JobState getState()
    • getNode

      public DiscoveryNode getNode()
    • getAssignmentExplanation

      public String getAssignmentExplanation()
    • getOpenTime

      public org.elasticsearch.core.TimeValue getOpenTime()
    • getTimingStats

      public TimingStats getTimingStats()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • toUnwrappedXContent

      public org.elasticsearch.xcontent.XContentBuilder toUnwrappedXContent(org.elasticsearch.xcontent.XContentBuilder builder) throws IOException
      Throws:
      IOException
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object