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:
Streamable,ToXContent
- 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.Params
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
PARSER
-
Fields inherited from class org.elasticsearch.action.ShardOperationFailedException
cause, index, reason, shardId, status
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
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 java.lang.StringnodeId()voidreadFrom(StreamInput in)Set this object's fields from a StreamInput.XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this object's fields to a StreamOutput.-
Methods inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
fromXContent, readShardOperationFailed, toString
-
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.ToXContent
isFragment
-
-
-
-
Method Detail
-
nodeId
public java.lang.String nodeId()
-
readFrom
public void readFrom(StreamInput in) throws java.io.IOException
Description copied from interface:StreamableSet this object's fields from a StreamInput.- Specified by:
readFromin interfaceStreamable- Overrides:
readFromin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:StreamableWrite this object's fields to a StreamOutput.- Specified by:
writeToin interfaceStreamable- Overrides:
writeToin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Overrides:
toXContentin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-
-