Uses of Class
com.bigdata.service.DataService

Packages that use DataService
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rdf.rules   
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.relation.rule.eval.pipeline This package implements a pipeline join. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
 

Uses of DataService in com.bigdata.journal
 

Methods in com.bigdata.journal that return DataService
 DataService Journal.getDataService()
           
 DataService IResourceManager.getDataService()
          The local DataService whose resources are being managed.
 

Uses of DataService in com.bigdata.rdf.rules
 

Methods in com.bigdata.rdf.rules with parameters of type DataService
protected  Object RDFJoinNexus.runDataServiceProgram(DataService dataService, ActionEnum action, IStep step)
          This variant is submitted and executes the rules from inside of the ConcurrencyManager on the LocalDataServiceFederation.LocalDataServiceImpl (fast).
 

Uses of DataService in com.bigdata.relation.rule.eval
 

Methods in com.bigdata.relation.rule.eval with parameters of type DataService
 void ProgramTask.setDataService(DataService dataService)
           
 

Constructors in com.bigdata.relation.rule.eval with parameters of type DataService
AbstractStepTask(ActionEnum action, IJoinNexusFactory joinNexusFactory, IStep step, IIndexManager indexManager, DataService dataService)
          Base class handles submit either to the caller's ExecutorService or to the ConcurrencyManager IFF the task was submitted to a DataService.
MutationTask(ActionEnum action, IJoinNexusFactory joinNexusFactory, IStep step, IIndexManager indexManager, DataService dataService)
           
QueryTask(IStep step, IJoinNexusFactory joinNexusFactory, IBlockingBuffer<ISolution[]> buffer, IIndexManager indexManager, DataService dataService)
           
 

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

Constructors in com.bigdata.relation.rule.eval.pipeline with parameters of type DataService
DistributedJoinTask(String scaleOutIndexName, IRule rule, IJoinNexus joinNexus, int[] order, int orderIndex, int partitionId, AbstractScaleOutFederation fed, IJoinMaster master, UUID masterUUID, IAsynchronousIterator<IBindingSet[]> src, IKeyOrder[] keyOrders, DataService dataService)
           
 

Uses of DataService in com.bigdata.service
 

Subclasses of DataService in com.bigdata.service
 class AbstractEmbeddedDataService
          A local (in process) data service.
protected  class EmbeddedFederation.EmbeddedDataServiceImpl
          Concrete implementation.
 class EmbeddedMetadataService
          A local (in process) metadata service.
 class LocalDataServiceFederation.LocalDataServiceImpl
          The embedded DataService.
 class MetadataService
          Implementation of a metadata service for a named scale-out index.
 

Methods in com.bigdata.service that return DataService
 DataService DataServiceCallable.getDataService()
           
 DataService IDataServiceCallable.getDataService()
          Return the DataService.
 DataService EmbeddedFederation.getDataService(int index)
          There are EmbeddedFederation.getDataServiceCount() data services defined in the federation.
 DataService DataService.start()
          Starts the DataService.
 

Methods in com.bigdata.service with parameters of type DataService
 void DataServiceCallable.setDataService(DataService dataService)
          Sets the DataService reference and the IBigdataFederation reference (if not already set).
 void IDataServiceCallable.setDataService(DataService dataService)
          Invoked before the task is executed to provide a reference to the IDataService on which it is executing.
 

Constructors in com.bigdata.service with parameters of type DataService
DataService.DataServiceFederationDelegate(DataService service)
           
 

Uses of DataService in com.bigdata.service.jini
 

Subclasses of DataService in com.bigdata.service.jini
static class DataServer.AdministrableDataService
          Adds jini administration interfaces to the basic DataService.
static class MetadataServer.AdministrableMetadataService
          Adds jini administration interfaces to the basic MetadataService.
 

Methods in com.bigdata.service.jini that return DataService
protected  DataService DataServer.newService(Properties properties)
           
 



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