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