| Package | Description |
|---|---|
| gr.uoa.di.madgik.execution.engine | |
| gr.uoa.di.madgik.execution.plan.element | |
| gr.uoa.di.madgik.execution.plan.element.invocable |
| Modifier and Type | Method and Description |
|---|---|
BoundaryIsolationInfo |
ExecutionHandle.GetIsolationInfo()
Gets the isolation info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionHandle.SetIsolationInfo(BoundaryIsolationInfo IsolationInfo)
Sets the isolation info.
|
| Modifier and Type | Field and Description |
|---|---|
BoundaryIsolationInfo |
BoundaryPlanElement.Isolation
The remote execution container can be isolated to a sub-directory temporarily created for this execution
purposes so that files created during this execution do not overlap with other executions taking place in
parallel.
|
| Constructor and Description |
|---|
BoundaryHandler(IPlanElement PlanToSend,
VariableCollection VarsToSend,
gr.uoa.di.madgik.environment.hint.EnvHintCollection HintsToSend,
ExecutionHandle Handle,
String ID,
String Name,
BoundaryConfig Config,
BoundaryIsolationInfo IsolationToSend,
PlanConfig PlanConfigToSend,
Set<ExecutionAttachment> Attachments) |
Copyright © 2014. All Rights Reserved.