Uses of Class
com.bigdata.service.FederationCallable

Packages that use FederationCallable
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.relation.rule.eval.pipeline This package implements a pipeline join. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini.master   
com.bigdata.service.jini.util   
 

Uses of FederationCallable in com.bigdata.rdf.load
 

Subclasses of FederationCallable 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 FederationCallable in com.bigdata.relation.rule.eval
 

Subclasses of FederationCallable in com.bigdata.relation.rule.eval
 class AbstractStepTask
           
 class MutationTask
          A task that executes a mutation operation.
 class ProgramTask
          Task for executing a program when all of the indices for the relation are co-located on the same DataService.
 class QueryTask
          A task that executes a query operation.
 

Uses of FederationCallable in com.bigdata.relation.rule.eval.pipeline
 

Subclasses of FederationCallable in com.bigdata.relation.rule.eval.pipeline
 class JoinTaskFactoryTask
          A factory for DistributedJoinTasks.
 

Uses of FederationCallable in com.bigdata.resources
 

Subclasses of FederationCallable in com.bigdata.resources
protected static class MoveTask.ReceiveIndexPartitionTask
          Receives an index partition comprised of a historical index segment store and an index segment store containing the buffered writes and registers the index partition on the data service on which this procedure is executed.
 

Uses of FederationCallable in com.bigdata.service
 

Subclasses of FederationCallable in com.bigdata.service
 class DataServiceCallable<T>
          Base class for IDataServiceCallable.
 class ListIndicesTask
          Task returns an array of the named indices on the DataService to which it is submitted.
 

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

Subclasses of FederationCallable in com.bigdata.service.jini.master
 class AbstractAsynchronousClientTask<U,V,L>
          Abstract base class for IAsynchronousClientTask.
 class AbstractClientTask<S extends TaskMaster.JobState,U,V extends Serializable>
          An abstract base class which may be used for client tasks run by the master on one or more data services.
 class AggregatorTask<T extends IKeyArrayIndexProcedure,O,R,A>
          A task which aggregates writes destined for a specific scale-out index.
 

Uses of FederationCallable in com.bigdata.service.jini.util
 

Subclasses of FederationCallable in com.bigdata.service.jini.util
static class DumpFederation.FetchIndexPartitionByteCountRecordTask
          Helper task returns various byte counts for an index partition and the data service on which it resides.
 



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