Class DeleteRecordsResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteRecordsResult
The result of the
Admin.deleteRecords(Map) call.Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionall()Return a future which succeeds only if all the records deletions succeed.Return a map from topic partition to futures which can be used to check the status of individual deletions.
Constructor Details
DeleteRecordsResult
Method Details
lowWatermarks
Return a map from topic partition to futures which can be used to check the status of individual deletions.all
Return a future which succeeds only if all the records deletions succeed.