Uses of Interface
com.bigdata.rdf.load.IStatementBufferFactory

Packages that use IStatementBufferFactory
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
com.bigdata.rdf.rio This package provides an integration with the openrdf RIO parser that supports fast data loads. 
 

Uses of IStatementBufferFactory in com.bigdata.rdf.load
 

Classes in com.bigdata.rdf.load that implement IStatementBufferFactory
 class LoadStatementBufferFactory<S extends Statement>
           
 class VerifyStatementBufferFactory
           
 

Methods in com.bigdata.rdf.load that return IStatementBufferFactory
 IStatementBufferFactory<S> AbstractRDFTaskFactory.getBufferFactory()
           
 

Constructors in com.bigdata.rdf.load with parameters of type IStatementBufferFactory
AbstractRDFTaskFactory(AbstractTripleStore db, RDFParserOptions parserOptions, boolean deleteAfter, RDFFormat fallback, IStatementBufferFactory bufferFactory)
           
RDFLoadTaskFactory(AbstractTripleStore db, RDFParserOptions parserOptions, boolean deleteafter, RDFFormat fallback, IStatementBufferFactory factory)
           
SingleResourceReaderTask(String resource, String baseURL, RDFFormat rdfFormat, RDFParserOptions parserOptions, boolean deleteAfter, IStatementBufferFactory bufferFactory, AtomicLong toldTriples)
          Note: Updates to toldTriples MUST NOT occur unless the task succeeds, otherwise tasks which error and then retry will cause double-counting.
 

Uses of IStatementBufferFactory in com.bigdata.rdf.rio
 

Subinterfaces of IStatementBufferFactory in com.bigdata.rdf.rio
 interface IAsynchronousWriteStatementBufferFactory<S extends Statement>
          Factory interface for asynchronous writers on an ITripleStore.
 

Classes in com.bigdata.rdf.rio that implement IStatementBufferFactory
 class AsynchronousStatementBufferFactory<S extends BigdataStatement,R>
          Factory object for high-volume RDF data load.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.