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