Package org.apache.druid.rpc
Class UpdateResponse
java.lang.Object
org.apache.druid.rpc.UpdateResponse
Simple response of an update API call containing the success status of the
update operation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UpdateResponse
public UpdateResponse(boolean success)
-
-
Method Details
-
isSuccess
public boolean isSuccess()
-