| Package | Description | 
|---|---|
| org.eclipse.rdf4j.federated | |
| org.eclipse.rdf4j.federated.monitoring | |
| org.eclipse.rdf4j.federated.repository | 
| Modifier and Type | Field and Description | 
|---|---|
| protected FedXConfig | FedXFactory. config | 
| static FedXConfig | FedXConfig. DEFAULT_CONFIG | 
| Modifier and Type | Method and Description | 
|---|---|
| FedXConfig | FederationContext. getConfig() | 
| FedXConfig | FedXConfig. withBoundJoinBlockSize(int boundJoinBlockSize)Set the bound join block size. | 
| FedXConfig | FedXConfig. withDebugQueryPlan(boolean flag)Set whether the query plan shall be debugged. | 
| FedXConfig | FedXConfig. withEnableMonitoring(boolean flag)Enable monitoring. | 
| FedXConfig | FedXConfig. withEnableServiceAsBoundJoin(boolean flag)Whether external SERVICE clauses are evaluated using bound join (i.e. | 
| FedXConfig | FedXConfig. withEnforceMaxQueryTime(int enforceMaxQueryTime)Set enforce max query time. | 
| FedXConfig | FedXConfig. withIncludeInferredDefault(boolean flag)Set the default value supplied to  Operation.setIncludeInferred(boolean) | 
| FedXConfig | FedXConfig. withJoinWorkerThreads(int joinWorkerThreads)Set the number of join worker threads. | 
| FedXConfig | FedXConfig. withLeftJoinWorkerThreads(int leftJoinWorkerThreads)Set the number of left join worker threads. | 
| FedXConfig | FedXConfig. withLogQueries(boolean flag)Set whether to log queries. | 
| FedXConfig | FedXConfig. withLogQueryPlan(boolean flag)Whether to log the query plan with  QueryPlanLog. | 
| FedXConfig | FedXConfig. withPrefixDeclarations(String prefixFile)Set the optional prefix declarations file. | 
| FedXConfig | FedXConfig. withSailEvaluationStrategy(Class<? extends FederationEvalStrategy> sailEvaluationStrategy)Set the  FederationEvalStrategyfor SAIL federations. | 
| FedXConfig | FedXConfig. withSourceSelectionCacheSpec(String cacheSpec)The cache specification for the  SourceSelectionMemoryCache. | 
| FedXConfig | FedXConfig. withSparqlEvaluationStrategy(Class<? extends FederationEvalStrategy> sparqlEvaluationStrategy)Set the  FederationEvalStrategyfor SPARQL federations. | 
| FedXConfig | FedXConfig. withUnionWorkerThreads(int unionWorkerThreads)Set the number of union worker threads. | 
| Modifier and Type | Method and Description | 
|---|---|
| FedXFactory | FedXFactory. withConfig(FedXConfig config) | 
| Constructor and Description | 
|---|
| FederationContext(FederationManager manager,
                 EndpointManager endpointManager,
                 QueryManager queryManager,
                 DelegateFederatedServiceResolver federatedServiceResolver,
                 Monitoring monitoring,
                 FedXConfig fedXConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Monitoring | MonitoringFactory. createMonitoring(FedXConfig config)Create a new monitoring instance depending on  isEnableMonitoring() | 
| Constructor and Description | 
|---|
| FedXRepository(FedX federation,
              FedXConfig config) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.