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:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
- CloseIndexResponse.ShardResult
public static class CloseIndexResponse.ShardResult.Failure extends DefaultShardOperationFailedException
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeId()-
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 Detail
-
getNodeId
public String getNodeId()
-
-