Class RowIngestionMetersTotals


  • public class RowIngestionMetersTotals
    extends Object
    • Constructor Detail

      • RowIngestionMetersTotals

        public RowIngestionMetersTotals​(long processed,
                                        long processedBytes,
                                        long processedWithError,
                                        long thrownAway,
                                        long unparseable)
    • Method Detail

      • getProcessed

        public long getProcessed()
      • getProcessedBytes

        public long getProcessedBytes()
      • getProcessedWithError

        public long getProcessedWithError()
      • getThrownAway

        public long getThrownAway()
      • getUnparseable

        public long getUnparseable()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object