Package | Description |
---|---|
org.eclipse.rdf4j.federated.evaluation | |
org.eclipse.rdf4j.query.algebra.evaluation | |
org.eclipse.rdf4j.query.algebra.evaluation.federation | |
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.evaluation.iterator | |
org.eclipse.rdf4j.query.algebra.evaluation.limited | |
org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator | |
org.eclipse.rdf4j.query.algebra.evaluation.util | |
org.eclipse.rdf4j.sail.base |
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
|
org.eclipse.rdf4j.sail.federation | |
org.eclipse.rdf4j.sail.federation.evaluation | |
org.eclipse.rdf4j.sail.nativerdf |
The Native Store.
|
Modifier and Type | Class and Description |
---|---|
class |
FederationEvalStrategy
Base class for the Evaluation strategies.
|
class |
SailFederationEvalStrategy
Implementation of a federation evaluation strategy which provides some special optimizations for Native (local)
Sesame repositories.
|
class |
SparqlFederationEvalStrategy
Implementation of a federation evaluation strategy which provides some special optimizations for SPARQL (remote)
endpoints.
|
Modifier and Type | Method and Description |
---|---|
EvaluationStrategy |
EvaluationStrategyFactory.createEvaluationStrategy(Dataset dataset,
TripleSource tripleSource,
EvaluationStatistics evaluationStatistics)
|
Modifier and Type | Field and Description |
---|---|
protected EvaluationStrategy |
ServiceJoinIterator.strategy |
Constructor and Description |
---|
ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
Service service,
BindingSet bindings,
EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationStrategyImpl
Deprecated.
since 4.0. Use
StrictEvaluationStrategy instead. |
class |
ExtendedEvaluationStrategy
SPARQL 1.1 extended query evaluation strategy.
|
class |
SimpleEvaluationStrategy
Deprecated.
renamed to
StrictEvaluationStrategy . |
class |
StrictEvaluationStrategy
Minimally-conforming SPARQL 1.1 Query Evaluation strategy, to evaluate one
TupleExpr on the given
TripleSource , optionally using the given Dataset . |
class |
TupleFunctionEvaluationStrategy
An
EvaluationStrategy that has support for TupleFunction s. |
Modifier and Type | Field and Description |
---|---|
protected EvaluationStrategy |
ConstantOptimizer.strategy |
Modifier and Type | Method and Description |
---|---|
EvaluationStrategy |
StrictEvaluationStrategyFactory.createEvaluationStrategy(Dataset dataset,
TripleSource tripleSource,
EvaluationStatistics evaluationStatistics) |
EvaluationStrategy |
ExtendedEvaluationStrategyFactory.createEvaluationStrategy(Dataset dataset,
TripleSource tripleSource,
EvaluationStatistics evaluationStatistics) |
Constructor and Description |
---|
ConstantOptimizer(EvaluationStrategy strategy) |
StandardQueryOptimizerPipeline(EvaluationStrategy strategy,
TripleSource tripleSource,
EvaluationStatistics evaluationStatistics) |
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeEvaluationStrategy |
Constructor and Description |
---|
LimitedSizeBottomUpJoinIterator(EvaluationStrategy limitedSizeEvaluationStrategy,
Join join,
BindingSet bindings,
AtomicLong used,
long maxSize)
Deprecated.
|
LimitedSizeHashJoinIteration(EvaluationStrategy limitedSizeEvaluationStrategy,
Join join,
BindingSet bindings,
AtomicLong used,
long maxSize) |
LimitedSizeZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings,
AtomicLong used,
long maxSize) |
Modifier and Type | Method and Description |
---|---|
static EvaluationStrategy |
EvaluationStrategies.get(UUID key)
Retrieve the EvaluationStrategy registered with the supplied key.
|
Modifier and Type | Method and Description |
---|---|
static UUID |
EvaluationStrategies.getKey(EvaluationStrategy strategy)
Retrieve the registry key for the given EvaluationStrategy
|
static UUID |
EvaluationStrategies.register(EvaluationStrategy strategy)
Add a strategy to the registry and returns the registry key.
|
Constructor and Description |
---|
OrderComparator(EvaluationStrategy strategy,
Order order,
ValueComparator vcmp) |
Modifier and Type | Method and Description |
---|---|
protected EvaluationStrategy |
SailSourceConnection.getEvaluationStrategy(Dataset dataset,
TripleSource tripleSource) |
Modifier and Type | Method and Description |
---|---|
protected EvaluationStrategy |
Federation.createEvaluationStrategy(TripleSource tripleSource,
Dataset dataset,
FederatedServiceResolver resolver)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FederationStrategy
Evaluates Join, LeftJoin and Union in parallel and only evaluate if
OwnedTupleExpr is the given member. |
Constructor and Description |
---|
FilterCursor(CloseableIteration<BindingSet,QueryEvaluationException> result,
ValueExpr condition,
Set<String> scopeBindingNames,
EvaluationStrategy strategy) |
ParallelJoinCursor(EvaluationStrategy strategy,
CloseableIteration<BindingSet,QueryEvaluationException> leftIter,
TupleExpr rightArg) |
ParallelLeftJoinCursor(EvaluationStrategy strategy,
LeftJoin join,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected EvaluationStrategy |
LimitedSizeNativeStoreConnection.getEvaluationStrategy(Dataset dataset,
TripleSource tripleSource) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.