Package org.elasticsearch.client.indices
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.ParamsNested 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, statusFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and Type Method Description java.lang.StringgetNodeId()Methods inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
declareFields, fromXContent, innerToXContent, readFrom, readShardOperationFailed, toString, toXContent, writeToMethods inherited from class org.elasticsearch.action.ShardOperationFailedException
getCause, index, reason, shardId, statusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Method Details
-
getNodeId
public java.lang.String getNodeId()
-