Uses of Class
org.elasticsearch.client.core.CountResponse.ShardStats
-
Packages that use CountResponse.ShardStats Package Description org.elasticsearch.client.core -
-
Uses of CountResponse.ShardStats in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return CountResponse.ShardStats Modifier and Type Method Description CountResponse.ShardStatsCountResponse. getShardStats()Constructors in org.elasticsearch.client.core with parameters of type CountResponse.ShardStats Constructor Description CountResponse(long count, Boolean terminatedEarly, CountResponse.ShardStats shardStats)
-