Class CloseIndexResponse.ShardResult.Failure

  • All Implemented Interfaces:
    org.opensearch.common.io.stream.Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentObject
    Enclosing class:
    CloseIndexResponse.ShardResult

    public static class CloseIndexResponse.ShardResult.Failure
    extends org.opensearch.action.support.DefaultShardOperationFailedException
    • Nested Class Summary

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

        org.opensearch.common.xcontent.ToXContent.DelegatingMapParams, org.opensearch.common.xcontent.ToXContent.MapParams, org.opensearch.common.xcontent.ToXContent.Params
      • Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable

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

      • Fields inherited from class org.opensearch.action.ShardOperationFailedException

        cause, index, reason, shardId, status
      • Fields inherited from interface org.opensearch.common.xcontent.ToXContent

        EMPTY_PARAMS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNodeId()  
      • Methods inherited from class org.opensearch.action.support.DefaultShardOperationFailedException

        declareFields, fromXContent, innerToXContent, readFrom, readShardOperationFailed, toString, toXContent, writeTo
      • Methods inherited from class org.opensearch.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.opensearch.common.xcontent.ToXContentObject

        isFragment
    • Method Detail

      • getNodeId

        public java.lang.String getNodeId()