Package | Description |
---|---|
org.openrdf.query.algebra.evaluation.federation | |
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.query.algebra.evaluation.iterator | |
org.openrdf.query.algebra.evaluation.limited | |
org.openrdf.query.algebra.evaluation.limited.iterator | |
org.openrdf.query.algebra.evaluation.util | |
org.openrdf.sail.base | |
org.openrdf.sail.federation | |
org.openrdf.sail.federation.evaluation | |
org.openrdf.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.rdbms.evaluation | |
org.openrdf.sail.rdbms.optimizers |
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
Default evaluation strategy for Sesame queries, to evaluate one
TupleExpr on the given TripleSource , optionally using the
given Dataset . |
Modifier and Type | Field and Description |
---|---|
protected EvaluationStrategy |
ConstantOptimizer.strategy |
Constructor and Description |
---|
ConstantOptimizer(EvaluationStrategy strategy) |
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) |
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) |
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 |
MemoryStoreConnection.getEvaluationStrategy(Dataset dataset,
TripleSource tripleSource) |
Modifier and Type | Method and Description |
---|---|
protected EvaluationStrategy |
LimitedSizeNativeStoreConnection.getEvaluationStrategy(Dataset dataset,
TripleSource tripleSource) |
protected EvaluationStrategy |
NativeStoreConnection.getEvaluationStrategy(Dataset dataset,
TripleSource tripleSource) |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsEvaluation
Extends the default strategy by accepting
SelectQuery and evaluating
them on a database. |
Modifier and Type | Method and Description |
---|---|
TupleExpr |
RdbmsQueryOptimizer.optimize(TupleExpr expr,
Dataset dataset,
BindingSet bindings,
EvaluationStrategy strategy) |
Copyright © 2001–2015 Aduna. All rights reserved.