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.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends java.lang.Object>, Writeable.Writer<V extends java.lang.Object> -
Field Summary
-
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, status
-
Method Details
-
getNodeId
public java.lang.String getNodeId()
-