Class ResizeResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public final class ResizeResponse
extends CreateIndexResponse
A response for a resize index action, either shrink or split index.
  • Constructor Details

    • ResizeResponse

      public ResizeResponse​(boolean acknowledged, boolean shardsAcknowledged, java.lang.String index)
  • Method Details

    • fromXContent

      public static ResizeResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)