public interface DistributedCallableContextBatch
DistributedCallableBatch.init(DistributedCallableContextBatch).
A batch context consists of a list of all contexts a given physicalNode.| Modifier and Type | Method and Description |
|---|---|
NodeAllocationPlan |
ensureInitialNodeAllocation()
Returns the initial node allocation of the job.
|
DistributedCallableContext |
getContext(int partitionID)
Returns the context corresponding to the given partitionID
|
List<DistributedCallableContext> |
getContexts()
Returns the contexts for this
physicalNode. |
FileClient |
getFileClient()
Returns the file client to be used within this context
|
NodeAllocationPlan ensureInitialNodeAllocation()
FileClient getFileClient()
List<DistributedCallableContext> getContexts()
physicalNode.DistributedCallableContext getContext(int partitionID)
partitionID - the partition idnull if the context does not exist in this batchCopyright © 2016 Actian Corporation. All rights reserved.