Package org.elasticsearch.client
Class SyncedFlushResponse.ShardFailure
java.lang.Object
org.elasticsearch.client.SyncedFlushResponse.ShardFailure
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentFragment
- Enclosing class:
- SyncedFlushResponse
public static final class SyncedFlushResponse.ShardFailure
extends Object
implements org.elasticsearch.xcontent.ToXContentFragment
Description of a failed shard copy for an index.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionfromXContent(org.elasticsearch.xcontent.XContentParser parser) intorg.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
SHARD_ID_FIELD
-
FAILURE_REASON_FIELD
-
ROUTING_FIELD
-
-
Method Details
-
getShardId
public int getShardId()- Returns:
- Id of the shard whose copy failed
-
getFailureReason
- Returns:
- Reason for failure of the shard copy
-
getRouting
- Returns:
- Additional information about the failure.
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
fromXContent
public static SyncedFlushResponse.ShardFailure fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-