类 SyncedFlushResponse.ShardCounts

java.lang.Object
org.easysearch.client.SyncedFlushResponse.ShardCounts
所有已实现的接口:
org.easysearch.common.xcontent.ToXContent, org.easysearch.common.xcontent.ToXContentFragment
封闭类:
SyncedFlushResponse

public static final class SyncedFlushResponse.ShardCounts
extends java.lang.Object
implements org.easysearch.common.xcontent.ToXContentFragment
Encapsulates the number of total successful and failed shard copies
  • 嵌套类概要

    从接口继承的嵌套类/接口 org.easysearch.common.xcontent.ToXContent

    org.easysearch.common.xcontent.ToXContent.DelegatingMapParams, org.easysearch.common.xcontent.ToXContent.MapParams, org.easysearch.common.xcontent.ToXContent.Params
  • 字段概要

    字段
    修饰符和类型 字段 说明
    static java.lang.String FAILED_FIELD  
    static java.lang.String SUCCESSFUL_FIELD  
    static java.lang.String TOTAL_FIELD  

    从接口继承的字段 org.easysearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • 方法概要

    修饰符和类型 方法 说明
    boolean equals​(SyncedFlushResponse.ShardCounts other)  
    static SyncedFlushResponse.ShardCounts fromXContent​(org.easysearch.common.xcontent.XContentParser parser)  
    org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params)  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.easysearch.common.xcontent.ToXContentFragment

    isFragment
  • 字段详细资料

    • TOTAL_FIELD

      public static final java.lang.String TOTAL_FIELD
      另请参阅:
      常量字段值
    • SUCCESSFUL_FIELD

      public static final java.lang.String SUCCESSFUL_FIELD
      另请参阅:
      常量字段值
    • FAILED_FIELD

      public static final java.lang.String FAILED_FIELD
      另请参阅:
      常量字段值
  • 方法详细资料

    • toXContent

      public org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      指定者:
      toXContent 在接口中 org.easysearch.common.xcontent.ToXContent
      抛出:
      java.io.IOException
    • fromXContent

      public static SyncedFlushResponse.ShardCounts fromXContent​(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException
    • equals

      public boolean equals​(SyncedFlushResponse.ShardCounts other)