- Type Parameters:
R- the type of result.
- All Superinterfaces:
ResultMerger<R>,Serializable
- All Known Implementing Classes:
DistributedCommandBatch
A distributed equivalent of a
Callable. A
DistributedCallableBatch will be invoked once per
physicalNodeID. (This is different
from DistributedCallable's which are invoked once per
VirtualNodeID). In the case of pseudo-distributed execution, this
will be invoked once. DistributedCallableBatch's are generally used to enable
sharing of, say, large memory structures within the JVM, etc.-
Method Summary
Methods inherited from interface com.pervasive.datarush.cal.ResultMerger
merge
-
Method Details
-
init
Invoked once perphysicalNodeID. This method will be called on the remote side.- Parameters:
ctx- a remote context containing all of the contexts for thisphysicalNodeID.- Returns:
- the actual callable to invoke.
-