Class RecordReaderConf
java.lang.Object
net.sansa_stack.hadoop.format.jena.base.RecordReaderConf
- Direct Known Subclasses:
RecordReaderRdfConf
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected StringThe maximum number of elements to parse during probing.protected Stringprotected CustomPattern -
Constructor Summary
ConstructorsConstructorDescriptionRecordReaderConf(String probeElementCountKey, String minRecordLengthKey, String maxRecordLengthKey, String probeRecordCountKey, CustomPattern recordSearchPattern) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
probeElementCountKey
The maximum number of elements to parse during probing. Elements are aggregated into records. For example, RDF quads aggregated into Datasets. If the elements are already the records, then probeElementCountKey is ignored and only probeRecordCountKey is considered. -
minRecordLengthKey
-
maxRecordLengthKey
-
probeRecordCountKey
-
recordSearchPattern
-
-
Constructor Details
-
RecordReaderConf
public RecordReaderConf(String probeElementCountKey, String minRecordLengthKey, String maxRecordLengthKey, String probeRecordCountKey, CustomPattern recordSearchPattern)
-
-
Method Details
-
getProbeElementCountKey
-
getMinRecordLengthKey
-
getMaxRecordLengthKey
-
getProbeRecordCountKey
-
getRecordSearchPattern
-