Class CloseIndexResponse

  • All Implemented Interfaces:
    org.opensearch.common.io.stream.Writeable, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentObject

    public class CloseIndexResponse
    extends org.opensearch.action.support.master.ShardsAcknowledgedResponse
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CloseIndexResponse.IndexResult  
      static class  CloseIndexResponse.ShardResult  
      • Nested classes/interfaces inherited from class org.opensearch.transport.TransportResponse

        org.opensearch.transport.TransportResponse.Empty
      • 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
      • Nested classes/interfaces inherited from interface org.opensearch.common.io.stream.Writeable

        org.opensearch.common.io.stream.Writeable.Reader<V extends java.lang.Object>, org.opensearch.common.io.stream.Writeable.Writer<V extends java.lang.Object>
    • Field Summary

      • Fields inherited from class org.opensearch.action.support.master.ShardsAcknowledgedResponse

        SHARDS_ACKNOWLEDGED
      • Fields inherited from class org.opensearch.action.support.master.AcknowledgedResponse

        acknowledged
      • 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
      static CloseIndexResponse fromXContent​(org.opensearch.common.xcontent.XContentParser parser)  
      java.util.List<CloseIndexResponse.IndexResult> getIndices()  
      • Methods inherited from class org.opensearch.action.support.master.ShardsAcknowledgedResponse

        addCustomFields, declareAcknowledgedAndShardsAcknowledgedFields, equals, hashCode, isShardsAcknowledged, writeShardsAcknowledged
      • Methods inherited from class org.opensearch.action.support.master.AcknowledgedResponse

        declareAcknowledgedField, isAcknowledged, toXContent, writeTo
      • Methods inherited from class org.opensearch.transport.TransportMessage

        remoteAddress, remoteAddress
      • Methods inherited from class java.lang.Object

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

        isFragment