public class ExtractorStats extends Object
Extractor encountered when parsing
 input data.| Constructor and Description | 
|---|
| ExtractorStats(int errorCount) | 
| ExtractorStats(int errorCount,
              List<Integer> fieldErrors) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorCount()The overall number of records that had some kind of parsing error. | 
| List<Integer> | getFieldErrors()Returns the number of errors that occurred when parsing the individual fields of
 a composite record type, like a  PairorTupleN. | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.