Class SyncedFlushResponse.ShardFailure

java.lang.Object
org.elasticsearch.client.SyncedFlushResponse.ShardFailure
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Enclosing class:
SyncedFlushResponse

public static final class SyncedFlushResponse.ShardFailure extends Object implements org.elasticsearch.common.xcontent.ToXContentFragment
Description of a failed shard copy for an index.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     
    static String
     
    static String
     

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type
    Method
    Description
    fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
     
     
     
    int
     
    org.elasticsearch.common.xcontent.XContentBuilder
    toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment

    isFragment
  • Field Details

    • SHARD_ID_FIELD

      public static String SHARD_ID_FIELD
    • FAILURE_REASON_FIELD

      public static String FAILURE_REASON_FIELD
    • ROUTING_FIELD

      public static String ROUTING_FIELD
  • Method Details

    • getShardId

      public int getShardId()
      Returns:
      Id of the shard whose copy failed
    • getFailureReason

      public String getFailureReason()
      Returns:
      Reason for failure of the shard copy
    • getRouting

      public Map<String,​Object> getRouting()
      Returns:
      Additional information about the failure.
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      IOException
    • fromXContent

      public static SyncedFlushResponse.ShardFailure fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException