Package org.apache.kafka.clients.admin
Class DeletedRecords
java.lang.Object
org.apache.kafka.clients.admin.DeletedRecords
Represents information about deleted records
 The API for this class is still evolving and we may break compatibility in minor releases, if necessary.
- 
Constructor SummaryConstructorsConstructorDescriptionDeletedRecords(long lowWatermark) Create an instance of this class with the provided parameters.
- 
Method SummaryModifier and TypeMethodDescriptionlongReturn the "low watermark" for the topic partition on which the deletion was executed
- 
Constructor Details- 
DeletedRecordspublic DeletedRecords(long lowWatermark) Create an instance of this class with the provided parameters.- Parameters:
- lowWatermark- "low watermark" for the topic partition on which the deletion was executed
 
 
- 
- 
Method Details- 
lowWatermarkpublic long lowWatermark()Return the "low watermark" for the topic partition on which the deletion was executed
 
-