Package org.elasticsearch.client
Class SyncedFlushResponse.ShardCounts
java.lang.Object
org.elasticsearch.client.SyncedFlushResponse.ShardCounts
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- SyncedFlushResponse
public static final class SyncedFlushResponse.ShardCounts
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentFragment
Encapsulates the number of total successful and failed shard copies
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFAILED_FIELDstatic java.lang.StringSUCCESSFUL_FIELDstatic java.lang.StringTOTAL_FIELD -
Method Summary
Modifier and Type Method Description booleanequals(SyncedFlushResponse.ShardCounts other)static SyncedFlushResponse.ShardCountsfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Field Details
-
TOTAL_FIELD
public static final java.lang.String TOTAL_FIELD- See Also:
- Constant Field Values
-
SUCCESSFUL_FIELD
public static final java.lang.String SUCCESSFUL_FIELD- See Also:
- Constant Field Values
-
FAILED_FIELD
public static final java.lang.String FAILED_FIELD- See Also:
- Constant Field Values
-
-
Method Details
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
fromXContent
public static SyncedFlushResponse.ShardCounts fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
equals
-