Package org.apache.druid.data.input
Interface InputStats
- All Known Subinterfaces:
RowIngestionMeters
- All Known Implementing Classes:
NoopRowIngestionMeters,SimpleRowIngestionMeters
public interface InputStats
Tracks bytes read from an input source.
-
Method Summary
-
Method Details
-
incrementProcessedBytes
void incrementProcessedBytes(long incrementByValue) -
getProcessedBytes
long getProcessedBytes()
-