Uses of Class
org.eclipse.rdf4j.federated.FedXConfig
Packages that use FedXConfig
Package
Description
-
Uses of FedXConfig in org.eclipse.rdf4j.federated
Fields in org.eclipse.rdf4j.federated declared as FedXConfigModifier and TypeFieldDescriptionprotected FedXConfig
FedXFactory.config
static FedXConfig
FedXConfig.DEFAULT_CONFIG
Methods in org.eclipse.rdf4j.federated that return FedXConfigModifier and TypeMethodDescriptionFederationContext.getConfig()
FedXConfig.withBoundJoinBlockSize
(int boundJoinBlockSize) Set the bound join block size.FedXConfig.withCollectionFactory
(CollectionFactory cf) Set the CollectionFactory to be used by the federationFedXConfig.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.withSourceSelectionCacheFactory
(SourceSelectionCacheFactory factory) TheSourceSelectionCacheFactory
to be used.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.Methods in org.eclipse.rdf4j.federated with parameters of type FedXConfigConstructors in org.eclipse.rdf4j.federated with parameters of type FedXConfigModifierConstructorDescriptionFederationContext
(FederationManager manager, EndpointManager endpointManager, QueryManager queryManager, DelegateFederatedServiceResolver federatedServiceResolver, Monitoring monitoring, FedXConfig fedXConfig) -
Uses of FedXConfig in org.eclipse.rdf4j.federated.monitoring
Methods in org.eclipse.rdf4j.federated.monitoring with parameters of type FedXConfigModifier and TypeMethodDescriptionstatic Monitoring
MonitoringFactory.createMonitoring
(FedXConfig config) Create a new monitoring instance depending onisEnableMonitoring()
-
Uses of FedXConfig in org.eclipse.rdf4j.federated.repository
Methods in org.eclipse.rdf4j.federated.repository that return FedXConfigMethods in org.eclipse.rdf4j.federated.repository with parameters of type FedXConfigConstructors in org.eclipse.rdf4j.federated.repository with parameters of type FedXConfig