Class OutputFormatStreamRdfTriple

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.graph.Triple>
net.sansa_stack.hadoop.output.jena.base.OutputFormatStreamRdfTriple

public class OutputFormatStreamRdfTriple extends OutputFormatStreamRdfBase<org.apache.jena.graph.Triple>
  • 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.graph.Triple 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

    • OutputFormatStreamRdfTriple

      public OutputFormatStreamRdfTriple()
  • Method Details