com.bigdata.rdf.rio
Class AsynchronousStatementBufferFactory.ParserTask

java.lang.Object
  extended by com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.ParserTask
All Implemented Interfaces:
Callable<Void>
Enclosing class:
AsynchronousStatementBufferFactory<S extends BigdataStatement,R>

protected class AsynchronousStatementBufferFactory.ParserTask
extends Object
implements Callable<Void>

Tasks either loads a RDF resource or verifies that the told triples found in that resource are present in the database. The difference between data load and data verify is just the behavior of the IStatementBuffer.

Author:
Bryan Thompson

Constructor Summary
AsynchronousStatementBufferFactory.ParserTask(R resource, String baseURL, RDFFormat rdfFormat)
           
 
Method Summary
 Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousStatementBufferFactory.ParserTask

public AsynchronousStatementBufferFactory.ParserTask(R resource,
                                                     String baseURL,
                                                     RDFFormat rdfFormat)
Parameters:
resource - The resource to be loaded (a plain file or URL, but not a directory).
baseURL - The base URL for that resource.
rdfFormat - The RDF interchange syntax that the file uses.
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception


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