Class SourceSelection.ParallelCheckTask
java.lang.Object
org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase<BindingSet>
org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelSourceSelectionTask
org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
- All Implemented Interfaces:
ParallelTask<BindingSet>
- Enclosing class:
SourceSelection
protected static class SourceSelection.ParallelCheckTask
extends SourceSelection.ParallelSourceSelectionTask
Task for sending an ASK request to the endpoints (for source selection)
- Author:
- Andreas Schwarte
-
Field Summary
FieldsFields inherited from class SourceSelection.ParallelSourceSelectionTask
control, endpoint, queryInfoFields inherited from class ParallelTaskBase
scheduledFuture -
Constructor Summary
ConstructorsConstructorDescriptionParallelCheckTask(Endpoint endpoint, StatementPattern stmt, 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
-
stmt
-
-
Constructor Details
-
ParallelCheckTask
public ParallelCheckTask(Endpoint endpoint, StatementPattern stmt, QueryInfo queryInfo, SourceSelection.SourceSelectionExecutorWithLatch control)
-
-
Method Details
-
performTaskInternal
- Specified by:
performTaskInternalin classParallelTaskBase<BindingSet>- Throws:
Exception
-