Uses of Class
net.sansa_stack.hadoop.output.jena.base.FragmentOutputSpec
Packages that use FragmentOutputSpec
-
Uses of FragmentOutputSpec in net.sansa_stack.hadoop.output.jena.base
Fields in net.sansa_stack.hadoop.output.jena.base declared as FragmentOutputSpecModifier and TypeFieldDescriptionprotected FragmentOutputSpecRecordWriterRowSetStream.fragmentOutputSpecMethods in net.sansa_stack.hadoop.output.jena.base that return FragmentOutputSpecModifier and TypeMethodDescriptionstatic FragmentOutputSpecFragmentOutputSpec.create(int numSplits, int splitId) Methods in net.sansa_stack.hadoop.output.jena.base with parameters of type FragmentOutputSpecModifier and TypeMethodDescriptionstatic Function<OutputStream,org.apache.jena.riot.system.StreamRDF> StreamRDFUtils.createStreamRDFFactory(org.apache.jena.riot.RDFFormat rdfFormat, boolean mapQuadsToTriplesForTripleLangs, org.apache.jena.riot.system.PrefixMap prefixMap, FragmentOutputSpec fragmentOutputSpec) Create a function that can create a StreamRDF instance that is backed by the given OutputStream.OutputFormatBase.getRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec) protected org.apache.hadoop.mapreduce.RecordWriter<Long,org.apache.jena.sparql.engine.binding.Binding> OutputFormatRowSet.getRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec) OutputFormatStreamRdfBase.getRecordWriter(org.apache.hadoop.conf.Configuration conf, OutputStream out, FragmentOutputSpec fragmentOutputSpec) static booleanRowSetStreamWriterUtils.init(org.aksw.jenax.io.rowset.core.RowSetStreamWriter writer, FragmentOutputSpec fragmentOutputSpec) Based on fragmentOutputSpec does the following: If this is the first partition then writes the header.Constructors in net.sansa_stack.hadoop.output.jena.base with parameters of type FragmentOutputSpecModifierConstructorDescriptionRecordWriterRowSetStream(org.aksw.jenax.io.rowset.core.RowSetStreamWriter writer, FragmentOutputSpec fragmentOutputSpec)