| Modifier and Type | Class and Description | 
|---|---|
| class  | ParallelTaskBase<T> | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ControlledWorkerScheduler. schedule(ParallelTask<T> task)Schedule the specified parallel task. | 
| void | Scheduler. schedule(ParallelTask<T> task)Schedule the provided task. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ControlledWorkerScheduler. scheduleAll(List<ParallelTask<T>> tasks,
           ParallelExecutor<T> control)Schedule the given tasks and inform about finish using the same lock, i.e. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParallelBoundJoinTaskA task implementation representing a bound join, see
  FederationEvalStrategy.evaluateBoundJoinStatementPattern(StatementTupleExpr, List)for further details on the
 evaluation process. | 
| class  | ParallelCheckJoinTaskA task implementation representing a grouped bound check. | 
| class  | ParallelJoinTaskA task implementation representing a join, i.e. | 
| class  | ParallelLeftJoinTaskA task implementation representing a join, i.e. | 
| class  | ParallelServiceJoinTaskA task implementation representing the evaluation of a SERVICE which is to be evaluated using block input. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParallelTask<BindingSet> | ControlledWorkerBoundJoin.TaskCreator. getTask(List<BindingSet> bindings) | 
| ParallelTask<BindingSet> | ControlledWorkerBoundJoin.BoundJoinTaskCreator. getTask(List<BindingSet> bindings) | 
| ParallelTask<BindingSet> | ControlledWorkerBoundJoin.CheckJoinTaskCreator. getTask(List<BindingSet> bindings) | 
| ParallelTask<BindingSet> | ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator. getTask(List<BindingSet> bindings) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParallelGetStatementsTaskA task implementation to retrieve statements for a given  StatementPatternusing the provided triple source. | 
| class  | ParallelPreparedAlgebraUnionTaskA task implementation representing a prepared union, i.e. | 
| class  | ParallelPreparedUnionTaskA task implementation representing a prepared union, i.e. | 
| class  | ParallelUnionOperatorTaskA task implementation representing a UNION operator expression to be evaluated. | 
| class  | ParallelUnionTaskA task implementation representing a statement expression to be evaluated. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ParallelTask<T>> | WorkerUnionBase. tasks | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkerUnionBase. addTask(ParallelTask<T> task)Add a generic parallel task. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | SourceSelection.ParallelCheckTaskTask for sending an ASK request to the endpoints (for source selection) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<ParallelTask<?>> | QueryInfo. scheduledSubtasks | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueryInfo. registerScheduledTask(ParallelTask<?> task)Register a new scheduled task for this query. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.