Module datarush.commons
Package com.pervasive.datarush.cal
Interface PseudoDistributedExecutorService
- All Superinterfaces:
DistributedExecutorService
Subinterface of DistributedExecutorService for running in pseudo-distributed
mode.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the contexts corresponding to all distributed contexts.Methods inherited from interface com.pervasive.datarush.cal.DistributedExecutorService
ensureInitialNodeAllocation, execute, execute, getMasterContext, submit, submit, submitMaster
-
Method Details
-
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
-