public class BlockedNTriplesReader extends AbstractBlockBasedTripleReader
This is a hybrid of the NTriplesReader and the
WholeFileNTriplesReader in that it does not process individual lines
rather it processes the inputs in blocks of lines parsing the whole block
rather than individual lines. This provides a compromise between the higher
parser setup of creating more parsers and the benefit of being able to split
input files over multiple mappers.
| Constructor and Description |
|---|
BlockedNTriplesReader() |
close, getCurrentKey, getCurrentValue, getProgress, initialize, nextKeyValueLicenced under the Apache License, Version 2.0