Class OutputFormatStreamRdfQuad

java.lang.Object
org.apache.hadoop.mapreduce.OutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<Long,T>
net.sansa_stack.hadoop.output.jena.base.OutputFormatBase<T>
net.sansa_stack.hadoop.output.jena.base.OutputFormatStreamRdfBase<org.apache.jena.sparql.core.Quad>
net.sansa_stack.hadoop.output.jena.base.OutputFormatStreamRdfQuad

public class OutputFormatStreamRdfQuad extends OutputFormatStreamRdfBase<org.apache.jena.sparql.core.Quad>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat

    org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.Counter
  • Field Summary

    Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat

    BASE_OUTPUT_NAME, COMPRESS, COMPRESS_CODEC, COMPRESS_TYPE, OUTDIR, PART
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.jena.riot.RDFFormat
     
    protected void
    sendRecordToStreamRdf(org.apache.jena.riot.system.StreamRDF streamRdf, org.apache.jena.sparql.core.Quad record)
     

    Methods inherited from class net.sansa_stack.hadoop.output.jena.base.OutputFormatStreamRdfBase

    getRecordWriter

    Methods inherited from class net.sansa_stack.hadoop.output.jena.base.OutputFormatBase

    getRecordWriter

    Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat

    checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OutputFormatStreamRdfQuad

      public OutputFormatStreamRdfQuad()
  • Method Details

    • sendRecordToStreamRdf

      protected void sendRecordToStreamRdf(org.apache.jena.riot.system.StreamRDF streamRdf, org.apache.jena.sparql.core.Quad record)
      Specified by:
      sendRecordToStreamRdf in class OutputFormatStreamRdfBase<org.apache.jena.sparql.core.Quad>
    • getDefaultRdfFormat

      protected org.apache.jena.riot.RDFFormat getDefaultRdfFormat()
      Specified by:
      getDefaultRdfFormat in class OutputFormatStreamRdfBase<org.apache.jena.sparql.core.Quad>