Class GetTransformStatsResponse

java.lang.Object
org.elasticsearch.client.transform.GetTransformStatsResponse

public class GetTransformStatsResponse extends Object
  • Field Details

    • TRANSFORMS

      public static final org.elasticsearch.xcontent.ParseField TRANSFORMS
    • COUNT

      public static final org.elasticsearch.xcontent.ParseField COUNT
  • Constructor Details

    • GetTransformStatsResponse

      public GetTransformStatsResponse(List<TransformStats> transformsStats, long count, @Nullable List<org.elasticsearch.action.TaskOperationFailure> taskFailures, @Nullable List<? extends org.elasticsearch.ElasticsearchException> nodeFailures)
  • Method Details

    • fromXContent

      public static GetTransformStatsResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • getTransformsStats

      public List<TransformStats> getTransformsStats()
    • getCount

      public long getCount()
    • getNodeFailures

      public List<org.elasticsearch.ElasticsearchException> getNodeFailures()
    • getTaskFailures

      public List<org.elasticsearch.action.TaskOperationFailure> getTaskFailures()
    • hashCode

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

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