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