Uses of Class
com.bigdata.service.jini.master.AbstractAsynchronousClientTask

Packages that use AbstractAsynchronousClientTask
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
com.bigdata.service.jini.master   
 

Uses of AbstractAsynchronousClientTask in com.bigdata.rdf.load
 

Classes in com.bigdata.rdf.load with type parameters of type AbstractAsynchronousClientTask
 class MappedRDFDataLoadMaster<S extends MappedRDFDataLoadMaster.JobState,T extends AbstractAsynchronousClientTask<U,V,L>,U,L extends ClientLocator,V extends Serializable>
          Distributed bulk loader for RDF data.
 

Subclasses of AbstractAsynchronousClientTask in com.bigdata.rdf.load
 class MappedRDFFileLoadTask<S extends MappedRDFDataLoadMaster.JobState,V extends Serializable,L extends ClientLocator>
          Task reads files from the file system, loads them into an ITripleStore, and optionally deletes the source files once they are restart safe on the database.
 

Uses of AbstractAsynchronousClientTask in com.bigdata.service.jini.master
 

Classes in com.bigdata.service.jini.master with type parameters of type AbstractAsynchronousClientTask
 class MappedTaskMaster<S extends MappedTaskMaster.JobState,T extends AbstractAsynchronousClientTask<U,V,L>,L extends ClientLocator,U,V extends Serializable>
          Extends the TaskMaster to assign chunks of resources for processing to the client tasks.
 



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