Module datarush.commons
Package com.pervasive.datarush.cal
Interface PseudoDistributedExecutorService
-
- All Superinterfaces:
DistributedExecutorService
public interface PseudoDistributedExecutorService extends DistributedExecutorService
Subinterface of DistributedExecutorService for running in pseudo-distributed mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedCallableContextBatch
getContexts()
Returns the contexts corresponding to all distributed contexts.-
Methods inherited from interface com.pervasive.datarush.cal.DistributedExecutorService
ensureInitialNodeAllocation, execute, execute, getMasterContext, submit, submit, submitMaster
-
-
-
-
Method Detail
-
getContexts
DistributedCallableContextBatch getContexts()
Returns the contexts corresponding to all distributed contexts. This is possible only when running pseudo-distributed since when running distributed, the context is only available on the remote side.- Returns:
- the context
-
-