Class RecordReaderConf

java.lang.Object
net.sansa_stack.hadoop.format.jena.base.RecordReaderConf
Direct Known Subclasses:
RecordReaderRdfConf

public class RecordReaderConf extends Object
  • Field Details

    • probeElementCountKey

      protected String 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

      protected String minRecordLengthKey
    • maxRecordLengthKey

      protected String maxRecordLengthKey
    • probeRecordCountKey

      protected String probeRecordCountKey
    • recordSearchPattern

      protected CustomPattern recordSearchPattern
  • Constructor Details

    • RecordReaderConf

      public RecordReaderConf(String probeElementCountKey, String minRecordLengthKey, String maxRecordLengthKey, String probeRecordCountKey, CustomPattern recordSearchPattern)
  • Method Details

    • getProbeElementCountKey

      public String getProbeElementCountKey()
    • getMinRecordLengthKey

      public String getMinRecordLengthKey()
    • getMaxRecordLengthKey

      public String getMaxRecordLengthKey()
    • getProbeRecordCountKey

      public String getProbeRecordCountKey()
    • getRecordSearchPattern

      public CustomPattern getRecordSearchPattern()