| Class | Description |
|---|---|
| RegexLineRecordReader | |
| RegexSequenceRecordReader |
| Enum | Description |
|---|---|
| RegexSequenceRecordReader.LineErrorHandling |
Error handling mode: How should invalid lines (i.e., those that don't match the provided regex) be handled?
FailOnInvalid: Throw an IllegalStateException when an invalid line is found SkipInvalid: Skip invalid lines (quietly, with no warning) SkipInvalidWithWarning: Skip invalid lines, but log a warning |
Copyright © 2021. All rights reserved.