类 CountResponse.ShardStats
java.lang.Object
org.easysearch.client.core.CountResponse.ShardStats
- 封闭类:
- CountResponse
public static final class CountResponse.ShardStats
extends java.lang.Object
Encapsulates _shards section of count api response.
-
构造器概要
构造器 构造器 说明 ShardStats(int successfulShards, int totalShards, int skippedShards, org.easysearch.action.search.ShardSearchFailure[] shardFailures) -
方法概要
修饰符和类型 方法 说明 org.easysearch.action.search.ShardSearchFailure[]getShardFailures()intgetSkippedShards()intgetSuccessfulShards()intgetTotalShards()java.lang.StringtoString()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
构造器详细资料
-
ShardStats
public ShardStats(int successfulShards, int totalShards, int skippedShards, org.easysearch.action.search.ShardSearchFailure[] shardFailures)
-
-
方法详细资料
-
getSuccessfulShards
public int getSuccessfulShards() -
getTotalShards
public int getTotalShards() -
getSkippedShards
public int getSkippedShards() -
getShardFailures
public org.easysearch.action.search.ShardSearchFailure[] getShardFailures() -
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-