Class 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.ToXContentFragment
    Encapsulates the number of total successful and failed shard copies
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opensearch.common.xcontent.ToXContent

        org.opensearch.common.xcontent.ToXContent.DelegatingMapParams, org.opensearch.common.xcontent.ToXContent.MapParams, org.opensearch.common.xcontent.ToXContent.Params
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FAILED_FIELD  
      static java.lang.String SUCCESSFUL_FIELD  
      static java.lang.String TOTAL_FIELD  
      • Fields inherited from interface org.opensearch.common.xcontent.ToXContent

        EMPTY_PARAMS
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(SyncedFlushResponse.ShardCounts other)  
      static SyncedFlushResponse.ShardCounts fromXContent​(org.opensearch.common.xcontent.XContentParser parser)  
      org.opensearch.common.xcontent.XContentBuilder toXContent​(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.opensearch.common.xcontent.ToXContentFragment

        isFragment
    • 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:
        toXContent in interface org.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