public interface RowIngestionMeters
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_SEGMENTS |
static String |
DETERMINE_PARTITIONS |
static String |
PROCESSED |
static String |
PROCESSED_WITH_ERROR |
static String |
THROWN_AWAY |
static String |
UNPARSEABLE |
| 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() |
static final String BUILD_SEGMENTS
static final String DETERMINE_PARTITIONS
static final String PROCESSED
static final String PROCESSED_WITH_ERROR
static final String UNPARSEABLE
static final String THROWN_AWAY
long getProcessed()
void incrementProcessed()
long getProcessedWithError()
void incrementProcessedWithError()
long getUnparseable()
void incrementUnparseable()
long getThrownAway()
void incrementThrownAway()
RowIngestionMetersTotals getTotals()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.