Class CloseIndexResponse.ShardResult.Failure

java.lang.Object
org.elasticsearch.action.ShardOperationFailedException
org.elasticsearch.action.support.DefaultShardOperationFailedException
org.elasticsearch.client.indices.CloseIndexResponse.ShardResult.Failure
All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
CloseIndexResponse.ShardResult

public static class CloseIndexResponse.ShardResult.Failure
extends org.elasticsearch.action.support.DefaultShardOperationFailedException
  • 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

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    org.elasticsearch.common.io.stream.Writeable.Reader<V extends java.lang.Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends java.lang.Object>
  • Field Summary

    Fields inherited from class org.elasticsearch.action.ShardOperationFailedException

    cause, index, reason, shardId, status

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

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getNodeId()  

    Methods inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException

    declareFields, fromXContent, innerToXContent, readFrom, readShardOperationFailed, toString, toXContent, writeTo

    Methods inherited from class org.elasticsearch.action.ShardOperationFailedException

    getCause, index, reason, shardId, status

    Methods inherited from class java.lang.Object

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

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

    isFragment
  • Method Details

    • getNodeId

      public java.lang.String getNodeId()