Interface InputStats

All Known Subinterfaces:
RowIngestionMeters
All Known Implementing Classes:
NoopRowIngestionMeters, SimpleRowIngestionMeters

public interface InputStats
Tracks bytes read from an input source.
  • Method Details

    • incrementProcessedBytes

      void incrementProcessedBytes(long incrementByValue)
    • getProcessedBytes

      long getProcessedBytes()