Class ParallelCheckJoinTask
java.lang.Object
org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase<BindingSet>
org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
- All Implemented Interfaces:
 ParallelTask<BindingSet>
@Deprecated(forRemoval=true)
public class ParallelCheckJoinTask
extends ParallelTaskBase<BindingSet>
Deprecated, for removal: This API element is subject to removal in a future version.
A task implementation representing a grouped bound check. See
FederationEvalStrategy.evaluateGroupedCheck(CheckStatementPattern, List) for further details.- Author:
 - Andreas Schwarte
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<BindingSet> Deprecated, for removal: This API element is subject to removal in a future version.protected final CheckStatementPatternDeprecated, for removal: This API element is subject to removal in a future version.protected final ParallelExecutor<BindingSet> Deprecated, for removal: This API element is subject to removal in a future version.protected final FederationEvalStrategyDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class ParallelTaskBase
scheduledFuture - 
Constructor Summary
ConstructorsConstructorDescriptionParallelCheckJoinTask(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, CheckStatementPattern expr, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.return the controlling instance, e.g. in most cases the instance of a thread.protected CloseableIteration<BindingSet> Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ParallelTaskBase
cancel, 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
- 
strategy
Deprecated, for removal: This API element is subject to removal in a future version. - 
expr
Deprecated, for removal: This API element is subject to removal in a future version. - 
bindings
Deprecated, for removal: This API element is subject to removal in a future version. - 
joinControl
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Constructor Details
- 
ParallelCheckJoinTask
public ParallelCheckJoinTask(ParallelExecutor<BindingSet> joinControl, FederationEvalStrategy strategy, CheckStatementPattern expr, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details
- 
performTaskInternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 performTaskInternalin classParallelTaskBase<BindingSet>- Throws:
 Exception
 - 
getControl
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ParallelTaskreturn the controlling instance, e.g. in most cases the instance of a thread. Shared variables are used to inform the thread about new events.- Returns:
 - the control executor
 
 
 - 
 
ParallelBoundJoinTask(with VALUES clause)