Class IndicesShardStoresResponse.Failure
java.lang.Object
org.elasticsearch.action.ShardOperationFailedException
org.elasticsearch.action.support.DefaultShardOperationFailedException
org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
- IndicesShardStoresResponse
public static class IndicesShardStoresResponse.Failure extends DefaultShardOperationFailedException
Single node failure while retrieving shard store information
-
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>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
PARSER -
Constructor Summary
Constructors Constructor Description Failure(java.lang.String nodeId, java.lang.String index, int shardId, java.lang.Throwable reason) -
Method Summary
Modifier and Type Method Description XContentBuilderinnerToXContent(XContentBuilder builder, ToXContent.Params params)java.lang.StringnodeId()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
declareFields, fromXContent, readFrom, readShardOperationFailed, toString, toXContentMethods inherited from class org.elasticsearch.action.ShardOperationFailedException
getCause, index, reason, shardId, status
-
Constructor Details
-
Failure
public Failure(java.lang.String nodeId, java.lang.String index, int shardId, java.lang.Throwable reason)
-
-
Method Details
-
nodeId
public java.lang.String nodeId() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-
innerToXContent
public XContentBuilder innerToXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Overrides:
innerToXContentin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-