Class SourceSelection.ParallelGroupedCheckTask
java.lang.Object
org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase<BindingSet>
org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelSourceSelectionTask
org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelGroupedCheckTask
- All Implemented Interfaces:
ParallelTask<BindingSet>
- Enclosing class:
SourceSelection
protected static class SourceSelection.ParallelGroupedCheckTask
extends SourceSelection.ParallelSourceSelectionTask
- Author:
- Andreas Schwarte
-
Field Summary
FieldsFields inherited from class SourceSelection.ParallelSourceSelectionTask
control, endpoint, queryInfoFields inherited from class ParallelTaskBase
scheduledFuture -
Constructor Summary
ConstructorsConstructorDescriptionParallelGroupedCheckTask(Endpoint endpoint, List<StatementPattern> stmts, QueryInfo queryInfo, SourceSelection.SourceSelectionExecutorWithLatch control) -
Method Summary
Methods inherited from class SourceSelection.ParallelSourceSelectionTask
cancel, getControlMethods inherited from class ParallelTaskBase
close, performTask, setScheduledFuture, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ParallelTask
getQueryInfo
-
Field Details
-
stmts
-
-
Constructor Details
-
ParallelGroupedCheckTask
public ParallelGroupedCheckTask(Endpoint endpoint, List<StatementPattern> stmts, QueryInfo queryInfo, SourceSelection.SourceSelectionExecutorWithLatch control)
-
-
Method Details
-
performTaskInternal
- Specified by:
performTaskInternalin classParallelTaskBase<BindingSet>- Throws:
Exception
-