Package org.apache.druid.data.input
Interface InputStats
-
- All Known Subinterfaces:
RowIngestionMeters
- All Known Implementing Classes:
NoopRowIngestionMeters,SimpleRowIngestionMeters
public interface InputStatsTracks bytes read from an input source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetProcessedBytes()voidincrementProcessedBytes(long incrementByValue)
-