@InterfaceStability.Evolving public class RecordsToDelete extends Object
Admin.deleteRecords(Map) The API of this class is evolving, see Admin for details.| Modifier and Type | Method and Description |
|---|---|
long | beforeOffset()The offset before which all records will be deleted |
static RecordsToDelete | beforeOffset(long offset)Delete all the records before the given offset |
boolean | equals(Object o) |
int | hashCode() |
String | toString() |
public static RecordsToDelete beforeOffset(long offset)
offsetoffset - the offset before which all records will be deletedpublic long beforeOffset()