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