public class RowIngestionMetersTotals extends Object
| Constructor and Description |
|---|
RowIngestionMetersTotals(long processed,
long processedWithError,
long thrownAway,
long unparseable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getProcessed() |
long |
getProcessedWithError() |
long |
getThrownAway() |
long |
getUnparseable() |
int |
hashCode() |
String |
toString() |
public RowIngestionMetersTotals(long processed,
long processedWithError,
long thrownAway,
long unparseable)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.