Class RowIngestionMetersTotals
java.lang.Object
org.apache.druid.segment.incremental.RowIngestionMetersTotals
-
Constructor Summary
ConstructorsConstructorDescriptionRowIngestionMetersTotals(long processed, long processedBytes, long processedWithError, long thrownAway, long unparseable) -
Method Summary
-
Constructor Details
-
RowIngestionMetersTotals
public RowIngestionMetersTotals(long processed, long processedBytes, long processedWithError, long thrownAway, long unparseable)
-
-
Method Details
-
getProcessed
public long getProcessed() -
getProcessedBytes
public long getProcessedBytes() -
getProcessedWithError
public long getProcessedWithError() -
getThrownAway
public long getThrownAway() -
getUnparseable
public long getUnparseable() -
equals
-
hashCode
public int hashCode() -
toString
-