Class ResizeResponse

All Implemented Interfaces:
Writeable, RefCounted, ToXContent, 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