Class ResizeResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.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, String index)
  • Method Details

    • fromXContent

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