Class QueryPlanLog
- java.lang.Object
-
- org.eclipse.rdf4j.federated.monitoring.QueryPlanLog
-
public class QueryPlanLog extends Object
Monitoring facility to maintain the query execution plan in a variable local to the executing thread. Can be used to retrieve the query plan from the outside in the evaluation thread. This module is only active ifFedXConfig.isLogQueryPlan()
is enabled. In additionFedXConfig.isEnableMonitoring()
must be set. In any other case, this class is a void operation.- Author:
- Andreas Schwarte
-
-
Constructor Summary
Constructors Constructor Description QueryPlanLog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getQueryPlan()
static void
setQueryPlan(TupleExpr query)
-