Class RolloverResponse

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

public final class RolloverResponse extends ShardsAcknowledgedResponse implements org.elasticsearch.common.xcontent.ToXContentObject
Response object for RolloverRequest API Note: there is a new class with the same name for the Java HLRC that uses a typeless format. Any changes done to this class should also go to that client class.
  • Constructor Details

    • RolloverResponse

      public RolloverResponse(String oldIndex, String newIndex, Map<String,​Boolean> conditionResults, boolean dryRun, boolean rolledOver, boolean acknowledged, boolean shardsAcknowledged)
  • Method Details