Modifier and Type | Field and Description |
---|---|
protected FederationContext |
FedXConnection.federationContext |
Modifier and Type | Method and Description |
---|---|
void |
FederationManager.init(FedX federation,
FederationContext federationContext) |
void |
QueryManager.init(FedXRepository repo,
FederationContext federationContext) |
void |
FedX.setFederationContext(FederationContext federationContext) |
Constructor and Description |
---|
FedXConnection(FedX federation,
FederationContext federationContext) |
Modifier and Type | Field and Description |
---|---|
protected FederationContext |
StatementSourcePattern.federationContext |
Modifier and Type | Method and Description |
---|---|
void |
EndpointBase.init(FederationContext federationContext) |
void |
ManagedRepositoryEndpoint.init(FederationContext federationContext) |
void |
Endpoint.init(FederationContext federationContext)
Initialize this
Endpoint |
Modifier and Type | Field and Description |
---|---|
protected FederationContext |
TripleSourceBase.federationContext |
protected FederationContext |
FederationEvalStrategy.federationContext |
Modifier and Type | Method and Description |
---|---|
static FederationEvalStrategy |
FederationEvaluationStrategyFactory.getEvaluationStrategy(FederationManager.FederationType federationType,
FederationContext federationContext)
Return an instance of
FederationEvalStrategy which is used for evaluating the query. |
static TripleSource |
TripleSourceFactory.tripleSourceFor(Endpoint e,
EndpointType t,
FederationContext federationContext) |
Constructor and Description |
---|
FederationEvalStrategy(FederationContext federationContext) |
SailFederationEvalStrategy(FederationContext federationContext) |
SparqlFederationEvalStrategy(FederationContext federationContext) |
TripleSourceBase(FederationContext federationContext,
Endpoint endpoint) |
Modifier and Type | Field and Description |
---|---|
protected FederationContext |
ParallelServiceExecutor.federationContext |
Constructor and Description |
---|
ParallelServiceExecutor(FedXService service,
FederationEvalStrategy strategy,
BindingSet bindings,
FederationContext federationContext) |
Modifier and Type | Method and Description |
---|---|
static void |
MonitoringUtil.printMonitoringInformation(FederationContext federationContext) |
Modifier and Type | Method and Description |
---|---|
FederationContext |
FedXRepository.getFederationContext() |
Modifier and Type | Method and Description |
---|---|
FederationContext |
QueryInfo.getFederationContext() |
Constructor and Description |
---|
QueryInfo(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
FederationContext federationContext,
Dataset dataset) |
QueryInfo(String query,
QueryType queryType,
boolean incluedInferred,
FederationContext federationContext,
Dataset dataset) |
QueryInfo(String query,
String baseURI,
QueryType queryType,
int maxExecutionTime,
boolean includeInferred,
FederationContext federationContext,
Dataset dataset) |
Modifier and Type | Method and Description |
---|---|
static void |
FedXUtil.applyMaxQueryExecutionTime(Operation operation,
FederationContext federationContext)
Set a maximum execution time corresponding to
FedXConfig.getEnforceMaxQueryTime() to this operation. |
Modifier and Type | Method and Description |
---|---|
WriteStrategy |
DefaultWriteStrategyFactory.create(List<Endpoint> members,
FederationContext federationContext) |
WriteStrategy |
WriteStrategyFactory.create(List<Endpoint> members,
FederationContext federationContext)
Create the
WriteStrategy using the provided context |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.