Class AddIndexBlockResponse.AddBlockShardResult.Failure
java.lang.Object
org.elasticsearch.action.ShardOperationFailedException
org.elasticsearch.action.support.DefaultShardOperationFailedException
org.elasticsearch.action.admin.indices.readonly.AddIndexBlockResponse.AddBlockShardResult.Failure
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
- Enclosing class:
- AddIndexBlockResponse.AddBlockShardResult
public static class AddIndexBlockResponse.AddBlockShardResult.Failure extends 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
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
PARSERFields inherited from class org.elasticsearch.action.ShardOperationFailedException
cause, index, reason, shardId, statusFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetNodeId()org.elasticsearch.common.xcontent.XContentBuilderinnerToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)java.lang.StringtoString()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.DefaultShardOperationFailedException
declareFields, fromXContent, readFrom, readShardOperationFailed, toXContentMethods 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
-
Constructor Details
-
Failure
public Failure(java.lang.String index, int shardId, java.lang.Throwable reason) -
Failure
public Failure(java.lang.String index, int shardId, java.lang.Throwable reason, java.lang.String nodeId)
-
-
Method Details
-
getNodeId
public java.lang.String getNodeId() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-
innerToXContent
public org.elasticsearch.common.xcontent.XContentBuilder innerToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Overrides:
innerToXContentin classDefaultShardOperationFailedException- Throws:
java.io.IOException
-
toString
public java.lang.String toString()- Overrides:
toStringin classDefaultShardOperationFailedException
-