public class DeletionFile extends Object implements Serializable
| Constructor and Description |
|---|
DeletionFile(long id,
long readVersion,
Long numDeletedRows,
DeletionFileType fileType,
Integer baseId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<Integer> |
getBaseId() |
DeletionFileType |
getFileType() |
long |
getId() |
Long |
getNumDeletedRows() |
long |
getReadVersion() |
String |
toString() |
public DeletionFile(long id,
long readVersion,
Long numDeletedRows,
DeletionFileType fileType,
Integer baseId)
public long getId()
public long getReadVersion()
public Long getNumDeletedRows()
public DeletionFileType getFileType()
Copyright © 2025. All rights reserved.