Uses of Class
com.bigdata.rdf.rio.LoadStats

Packages that use LoadStats
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. 
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
 

Uses of LoadStats in com.bigdata.rdf.load
 

Methods in com.bigdata.rdf.load that return LoadStats
protected  LoadStats SingleResourceReaderTask.readData()
          Reads an RDF resource and either loads it into the database or verifies that the triples in the resource are found in the database.
 

Uses of LoadStats in com.bigdata.rdf.rio
 

Methods in com.bigdata.rdf.rio with parameters of type LoadStats
 void LoadStats.add(LoadStats stats)
           
 

Uses of LoadStats in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store that return LoadStats
 LoadStats DataLoader.loadData(InputStream is, String baseURL, RDFFormat rdfFormat)
          Load from an input stream.
 LoadStats DataLoader.loadData(Reader reader, String baseURL, RDFFormat rdfFormat)
          Load from a reader.
 LoadStats DataLoader.loadData(String[] resource, String[] baseURL, RDFFormat[] rdfFormat)
          Load a set of RDF resources into the database.
 LoadStats DataLoader.loadData(String resource, String baseURL, RDFFormat rdfFormat)
          Load a resource into the database.
 LoadStats DataLoader.loadData(URL url, String baseURL, RDFFormat rdfFormat)
          Load from a URL.
 LoadStats DataLoader.loadFiles(File file, String baseURI, RDFFormat rdfFormat, String defaultGraph, FilenameFilter filter)
           
 

Methods in com.bigdata.rdf.store with parameters of type LoadStats
protected  void DataLoader.loadData2(LoadStats totals, String resource, String baseURL, RDFFormat rdfFormat, boolean endOfBatch)
          Load an RDF resource into the database.
 void DataLoader.loadData3(LoadStats totals, Object source, String baseURL, RDFFormat rdfFormat, String defaultGraph, boolean endOfBatch)
          Loads data from the source.
protected  void DataLoader.loadFiles(LoadStats totals, int depth, File file, String baseURI, RDFFormat rdfFormat, String defaultGraph, FilenameFilter filter, boolean endOfBatch)
           
 



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