public class MutableRowIngestionMeters extends Object implements RowIngestionMeters
BUILD_SEGMENTS, DETERMINE_PARTITIONS, PROCESSED, PROCESSED_WITH_ERROR, THROWN_AWAY, UNPARSEABLE| Constructor and Description |
|---|
MutableRowIngestionMeters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRowIngestionMetersTotals(RowIngestionMetersTotals rowIngestionMetersTotals) |
Map<String,Object> |
getMovingAverages() |
long |
getProcessed() |
long |
getProcessedWithError() |
long |
getThrownAway() |
RowIngestionMetersTotals |
getTotals() |
long |
getUnparseable() |
void |
incrementProcessed() |
void |
incrementProcessedWithError() |
void |
incrementThrownAway() |
void |
incrementUnparseable() |
public long getProcessed()
getProcessed in interface RowIngestionMeterspublic void incrementProcessed()
incrementProcessed in interface RowIngestionMeterspublic long getProcessedWithError()
getProcessedWithError in interface RowIngestionMeterspublic void incrementProcessedWithError()
incrementProcessedWithError in interface RowIngestionMeterspublic long getUnparseable()
getUnparseable in interface RowIngestionMeterspublic void incrementUnparseable()
incrementUnparseable in interface RowIngestionMeterspublic long getThrownAway()
getThrownAway in interface RowIngestionMeterspublic void incrementThrownAway()
incrementThrownAway in interface RowIngestionMeterspublic RowIngestionMetersTotals getTotals()
getTotals in interface RowIngestionMeterspublic Map<String,Object> getMovingAverages()
getMovingAverages in interface RowIngestionMeterspublic void addRowIngestionMetersTotals(RowIngestionMetersTotals rowIngestionMetersTotals)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.