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, getControlModifier and TypeMethodDescriptionvoidcancel()Optional implementation to cancel this task on a best effort basisreturn the controlling instance, e.g. in most cases the instance of a thread.Methods inherited from class ParallelTaskBase
close, performTask, setScheduledFuture, toStringModifier and TypeMethodDescriptionvoidclose()Optional implementation to close this task on a best effort basis.voidsetScheduledFuture(Future<?> future) toString()Methods 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
-