Class UpdateResponse

java.lang.Object
org.apache.druid.rpc.UpdateResponse

public class UpdateResponse extends Object
Simple response of an update API call containing the success status of the update operation.
  • Constructor Details

    • UpdateResponse

      public UpdateResponse(boolean success)
  • Method Details

    • isSuccess

      public boolean isSuccess()