Package org.apache.kafka.clients.admin
Class DeletedRecords
- java.lang.Object
-
- org.apache.kafka.clients.admin.DeletedRecords
-
-
Constructor Summary
Constructors Constructor Description DeletedRecords(long lowWatermark)
Create an instance of this class with the provided parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
lowWatermark()
Return the "low watermark" for the topic partition on which the deletion was executed
-