Package org.elasticsearch.client.core
Class CountResponse.ShardStats
java.lang.Object
org.elasticsearch.client.core.CountResponse.ShardStats
- Enclosing class:
- CountResponse
Encapsulates _shards section of count api response.
-
Constructor Summary
ConstructorsConstructorDescriptionShardStats
(int successfulShards, int totalShards, int skippedShards, ShardSearchFailure[] shardFailures) -
Method Summary
-
Constructor Details
-
ShardStats
public ShardStats(int successfulShards, int totalShards, int skippedShards, ShardSearchFailure[] shardFailures)
-
-
Method Details