Package org.opensearch.client
Class SyncedFlushResponse.ShardCounts
- java.lang.Object
-
- org.opensearch.client.SyncedFlushResponse.ShardCounts
-
- All Implemented Interfaces:
org.opensearch.common.xcontent.ToXContent,org.opensearch.common.xcontent.ToXContentFragment
- Enclosing class:
- SyncedFlushResponse
public static final class SyncedFlushResponse.ShardCounts extends java.lang.Object implements org.opensearch.common.xcontent.ToXContentFragmentEncapsulates the number of total successful and failed shard copies
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFAILED_FIELDstatic java.lang.StringSUCCESSFUL_FIELDstatic java.lang.StringTOTAL_FIELD
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(SyncedFlushResponse.ShardCounts other)static SyncedFlushResponse.ShardCountsfromXContent(org.opensearch.common.xcontent.XContentParser parser)org.opensearch.common.xcontent.XContentBuildertoXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params)
-
-
-
Field Detail
-
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 Detail
-
toXContent
public org.opensearch.common.xcontent.XContentBuilder toXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.opensearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
fromXContent
public static SyncedFlushResponse.ShardCounts fromXContent(org.opensearch.common.xcontent.XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
equals
public boolean equals(SyncedFlushResponse.ShardCounts other)
-
-