Package org.apache.kafka.clients.admin
Class RecordsToDelete
java.lang.Object
org.apache.kafka.clients.admin.RecordsToDelete
Describe records to delete in a call to
Admin.deleteRecords(Map)
The API of this class is evolving, see Admin
for details.-
Method Summary
Modifier and TypeMethodDescriptionlong
The offset before which all records will be deletedstatic RecordsToDelete
beforeOffset
(long offset) Delete all the records before the givenoffset
boolean
int
hashCode()
toString()
-
Method Details
-
beforeOffset
Delete all the records before the givenoffset
- Parameters:
offset
- the offset before which all records will be deleted
-
beforeOffset
public long beforeOffset()The offset before which all records will be deleted -
equals
-
hashCode
public int hashCode() -
toString
-