Package org.elasticsearch.client.enrich
Class StatsResponse
- java.lang.Object
-
- org.elasticsearch.client.enrich.StatsResponse
-
public final class StatsResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatsResponse.CoordinatorStatsstatic classStatsResponse.ExecutingPolicy
-
Constructor Summary
Constructors Constructor Description StatsResponse(List<StatsResponse.ExecutingPolicy> executingPolicies, List<StatsResponse.CoordinatorStats> coordinatorStats)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatsResponsefromXContent(XContentParser parser)List<StatsResponse.CoordinatorStats>getCoordinatorStats()List<StatsResponse.ExecutingPolicy>getExecutingPolicies()
-
-
-
Constructor Detail
-
StatsResponse
public StatsResponse(List<StatsResponse.ExecutingPolicy> executingPolicies, List<StatsResponse.CoordinatorStats> coordinatorStats)
-
-
Method Detail
-
fromXContent
public static StatsResponse fromXContent(XContentParser parser)
-
getExecutingPolicies
public List<StatsResponse.ExecutingPolicy> getExecutingPolicies()
-
getCoordinatorStats
public List<StatsResponse.CoordinatorStats> getCoordinatorStats()
-
-