Class RowIngestionMetersTotals
- java.lang.Object
-
- org.apache.druid.segment.incremental.RowIngestionMetersTotals
-
public class RowIngestionMetersTotals extends Object
-
-
Constructor Summary
Constructors Constructor Description RowIngestionMetersTotals(long processed, long processedBytes, long processedWithError, long thrownAway, long unparseable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetProcessed()longgetProcessedBytes()longgetProcessedWithError()longgetThrownAway()longgetUnparseable()inthashCode()StringtoString()
-