public class NoopRowIngestionMeters extends Object implements RowIngestionMeters
RealtimeIndexTask which is deprecated now.
Consider using RowIngestionMetersFactory instead.BUILD_SEGMENTS, DETERMINE_PARTITIONS, PROCESSED, PROCESSED_WITH_ERROR, THROWN_AWAY, UNPARSEABLE| Constructor and Description |
|---|
NoopRowIngestionMeters() |
| Modifier and Type | Method and Description |
|---|---|
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 RowIngestionMetersCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.