Uses of Class
org.eclipse.rdf4j.federated.FedXConfig
Package
Description
-
Uses of FedXConfig in org.eclipse.rdf4j.federated
Modifier and TypeFieldDescriptionprotected FedXConfig
FedXFactory.config
static FedXConfig
FedXConfig.DEFAULT_CONFIG
Modifier and TypeMethodDescriptionFederationContext.getConfig()
FedXConfig.withBoundJoinBlockSize
(int boundJoinBlockSize) Set the bound join block size.FedXConfig.withConsumingIterationMax
(int max) Set the max number of results to be consumed byConsumingIteration
.FedXConfig.withDebugQueryPlan
(boolean flag) Set whether the query plan shall be debugged.FedXConfig.withEnableMonitoring
(boolean flag) Enable monitoring.FedXConfig.withEnableServiceAsBoundJoin
(boolean flag) Whether external SERVICE clauses are evaluated using bound join (i.e.FedXConfig.withEnforceMaxQueryTime
(int enforceMaxQueryTime) Set enforce max query time.FedXConfig.withIncludeInferredDefault
(boolean flag) Set the default value supplied toOperation.setIncludeInferred(boolean)
FedXConfig.withJoinWorkerThreads
(int joinWorkerThreads) Set the number of join worker threads.FedXConfig.withLeftJoinWorkerThreads
(int leftJoinWorkerThreads) Set the number of left join worker threads.FedXConfig.withLogQueries
(boolean flag) Set whether to log queries.FedXConfig.withLogQueryPlan
(boolean flag) Whether to log the query plan withQueryPlanLog
.FedXConfig.withPrefixDeclarations
(String prefixFile) Set the optional prefix declarations file.FedXConfig.withSourceSelectionCacheSpec
(String cacheSpec) The cache specification for theSourceSelectionMemoryCache
.FedXConfig.withTaskWrapper
(TaskWrapper taskWrapper) Sets aTaskWrapper
which may be used for wrapping any backgroundRunnable
s.FedXConfig.withUnionWorkerThreads
(int unionWorkerThreads) Set the number of union worker threads.ModifierConstructorDescriptionFederationContext
(FederationManager manager, EndpointManager endpointManager, QueryManager queryManager, DelegateFederatedServiceResolver federatedServiceResolver, Monitoring monitoring, FedXConfig fedXConfig) -
Uses of FedXConfig in org.eclipse.rdf4j.federated.monitoring
Modifier and TypeMethodDescriptionstatic Monitoring
MonitoringFactory.createMonitoring
(FedXConfig config) Create a new monitoring instance depending onisEnableMonitoring()
-
Uses of FedXConfig in org.eclipse.rdf4j.federated.repository