Class RowIngestionMetersTotals

java.lang.Object
org.apache.druid.segment.incremental.RowIngestionMetersTotals

public class RowIngestionMetersTotals extends Object
  • Constructor Details

    • RowIngestionMetersTotals

      public RowIngestionMetersTotals(long processed, long processedBytes, long processedWithError, long thrownAway, @Nullable Map<String,Long> thrownAwayByReason, long unparseable)
    • RowIngestionMetersTotals

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

      public RowIngestionMetersTotals(long processed, long processedBytes, long processedWithError, Map<String,Long> thrownAwayByReason, long unparseable)
  • Method Details

    • getProcessed

      public long getProcessed()
    • getProcessedBytes

      public long getProcessedBytes()
    • getProcessedWithError

      public long getProcessedWithError()
    • getThrownAway

      public long getThrownAway()
    • getThrownAwayByReason

      public Map<String,Long> getThrownAwayByReason()
    • getUnparseable

      public long getUnparseable()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object