Package org.elasticsearch.client.enrich
Class StatsResponse
java.lang.Object
org.elasticsearch.client.enrich.StatsResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionStatsResponse(List<StatsResponse.ExecutingPolicy> executingPolicies, List<StatsResponse.CoordinatorStats> coordinatorStats) -
Method Summary
Modifier and TypeMethodDescriptionstatic StatsResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
-
Constructor Details
-
StatsResponse
public StatsResponse(List<StatsResponse.ExecutingPolicy> executingPolicies, List<StatsResponse.CoordinatorStats> coordinatorStats)
-
-
Method Details
-
fromXContent
-
getExecutingPolicies
-
getCoordinatorStats
-