public static interface RewritePositionDeleteFiles.FileGroupRewriteResult
| Modifier and Type | Method and Description | 
|---|---|
long | 
addedBytesCount()
Returns the number of bytes of newly added position delete files in this group. 
 | 
int | 
addedDeleteFilesCount()
Returns the count of the added position delete files in this group. 
 | 
RewritePositionDeleteFiles.FileGroupInfo | 
info()
Description of this position delete file group. 
 | 
long | 
rewrittenBytesCount()
Returns the number of bytes of rewritten position delete files in this group. 
 | 
int | 
rewrittenDeleteFilesCount()
Returns the count of the position delete files that been rewritten in this group. 
 | 
RewritePositionDeleteFiles.FileGroupInfo info()
int rewrittenDeleteFilesCount()
int addedDeleteFilesCount()
long rewrittenBytesCount()
long addedBytesCount()