@InterfaceAudience.Public
 @InterfaceStability.Evolving
public interface InputStatisticsReporter
Input| Modifier and Type | Method and Description | 
|---|---|
void | 
reportDataSize(long size)
Report the size of the logical data read 
 | 
void | 
reportItemsProcessed(long items)
Report the number of items processed. 
 | 
void reportDataSize(long size)
size - of data in bytesvoid reportItemsProcessed(long items)
items - number of itemsCopyright © 2021 Apache Software Foundation. All rights reserved.