public interface InputMetricsStats extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
incrementRecordRead(Long recordRead)
increment if record is read
|
void |
updateAndClose()
update hdfs byte read
|
void |
updateByValue(Object value)
update metric by `value`, it can be ColumnarBatch or InternalRow
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.