类 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()  
    int getSkippedShards()  
    int getSuccessfulShards()  
    int getTotalShards()  
    java.lang.String toString()  

    从类继承的方法 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