Uses of Class
org.eclipse.rdf4j.federated.exception.OptimizationException
Packages that use OptimizationException
-
Uses of OptimizationException in org.eclipse.rdf4j.federated.optimizer
Subclasses with type arguments of type OptimizationException in org.eclipse.rdf4j.federated.optimizerModifier and TypeClassDescriptionclassA specialized optimizer which identifies and marksExclusiveTupleExpr.classFilter optimizer to push down FILTER expressions as far as possible.protected static classprotected static classprotected static classclassGeneric optimizer Tasks: - Collect information (hasUnion, hasFilter, hasService) - Collect all statements in a list (for source selection), do not collect SERVICE expressions - Collect all Join arguments and group them in the NJoin structure for easier optimization (flatten)classAn optimizer that attempts to push upper limits into BGPs of the query.classOptimizer for SERVICE nodes.classOptimizer with the following tasks: 1.classOptimizer to flatten the UNION operations.Methods in org.eclipse.rdf4j.federated.optimizer that throw OptimizationExceptionModifier and TypeMethodDescriptionvoidExclusiveTupleExprOptimizer.meet(ArbitraryLengthPath node) voidvoidvoidGenericInfoOptimizer.meet(ArbitraryLengthPath node) voidGenericInfoOptimizer.meet(DescribeOperator node) voidvoidGenericInfoOptimizer.meet(Projection node) voidvoidLimitOptimizer.meet(Projection proj) voidvoidExclusiveTupleExprOptimizer.meetOther(QueryModelNode node) voidLimitOptimizer.meetOther(QueryModelNode node)