Uses of Interface
com.bigdata.service.jini.master.INotifyOutcome

Packages that use INotifyOutcome
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   
com.bigdata.service.ndx.pipeline   
 

Uses of INotifyOutcome in com.bigdata.rdf.load
 

Methods in com.bigdata.rdf.load with parameters of type INotifyOutcome
protected  T MappedRDFDataLoadMaster.newClientTask(INotifyOutcome<V,L> notifyProxy, L locator)
          The default creates RDFFileLoadTask instances.
 

Constructors in com.bigdata.rdf.load with parameters of type INotifyOutcome
MappedRDFFileLoadTask(S jobState, INotifyOutcome<V,L> notifyProxy, L locator)
           
 

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

Classes in com.bigdata.service.jini.master that implement INotifyOutcome
 class ResourceBufferTask<H extends ResourceBufferStatistics<L,HS>,E extends Serializable,S extends ResourceBufferSubtask,L extends ClientLocator,HS extends ResourceBufferSubtaskStatistics>
          Task drains a BlockingBuffer containing resources (really, resource identifiers) to be processed by the clients and uses hash partitioning to assign the resources to client tasks for processing.
static class ResourceBufferTask.M<E extends Serializable>
          Concrete master hides most of the generic types leaving you with only those that are meaningful to parameterize.
 

Methods in com.bigdata.service.jini.master that return INotifyOutcome
 INotifyOutcome<V,L> AbstractAsynchronousClientTask.getNotifyProxy()
          Return the proxy for the remote object which is notified as asynchronous operations succeed or fail.
 

Methods in com.bigdata.service.jini.master with parameters of type INotifyOutcome
protected abstract  T MappedTaskMaster.newClientTask(INotifyOutcome<V,L> notifyProxy, L locator)
          Factory for new client tasks.
 

Constructors in com.bigdata.service.jini.master with parameters of type INotifyOutcome
AbstractAsynchronousClientTask(INotifyOutcome<V,L> proxy)
           
 

Uses of INotifyOutcome in com.bigdata.service.ndx.pipeline
 

Classes in com.bigdata.service.ndx.pipeline that implement INotifyOutcome
 class AbstractPendingSetMasterTask<H extends AbstractPendingSetMasterStats<L,? extends AbstractSubtaskStats>,E,S extends AbstractPendingSetSubtask,L>
          Extends the master task to track outstanding asynchronous operations on work items.
 

Fields in com.bigdata.service.ndx.pipeline declared as INotifyOutcome
protected  INotifyOutcome<E,L> AbstractPendingSetMasterTask.masterProxy
          A proxy for this class which is used by the client task to send asynchronous notifications.
 



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