public class TaskMetricsUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ROWS_PROCESSED |
static String |
ROWS_PROCESSED_WITH_ERRORS |
static String |
ROWS_THROWN_AWAY |
static String |
ROWS_UNPARSEABLE |
| Constructor and Description |
|---|
TaskMetricsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
makeIngestionRowMetrics(long rowsProcessed,
long rowsProcessedWithErrors,
long rowsUnparseable,
long rowsThrownAway) |
public static final String ROWS_PROCESSED
public static final String ROWS_PROCESSED_WITH_ERRORS
public static final String ROWS_UNPARSEABLE
public static final String ROWS_THROWN_AWAY
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.