Class AsyncRdfParserHadoop.Builder<T>

java.lang.Object
net.sansa_stack.spark.io.rdf.loader.AsyncRdfParserHadoop.Builder<T>
All Implemented Interfaces:
Cloneable
Enclosing class:
AsyncRdfParserHadoop

public static class AsyncRdfParserHadoop.Builder<T> extends Object implements Cloneable
  • Field Details

    • conf

      protected org.apache.hadoop.conf.Configuration conf
    • inputFile

      protected org.apache.hadoop.fs.Path inputFile
    • inputFormat

      protected org.apache.hadoop.mapreduce.InputFormat<?,T> inputFormat
    • executorServiceRef

      protected org.aksw.commons.util.ref.RefSupplier<ExecutorService> executorServiceRef
    • sink

      protected org.apache.jena.riot.system.StreamRDF sink
    • sendRecordToStreamRDF

      protected BiConsumer<T,org.apache.jena.riot.system.StreamRDF> sendRecordToStreamRDF
  • Constructor Details

    • Builder

      public Builder(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path inputFile, org.apache.hadoop.mapreduce.InputFormat<?,T> inputFormat, org.aksw.commons.util.ref.RefSupplier<ExecutorService> executorServiceRef, org.apache.jena.riot.system.StreamRDF sink, BiConsumer<T,org.apache.jena.riot.system.StreamRDF> sendRecordToStreamRDF)
  • Method Details