Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.sail.base | |
org.eclipse.rdf4j.sail.base.config | |
org.eclipse.rdf4j.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.eclipse.rdf4j.sail.nativerdf |
Native RDF storage backend.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluationStrategyFactory
Abstract base class for
ExtendedEvaluationStrategy . |
class |
ExtendedEvaluationStrategyFactory |
class |
StrictEvaluationStrategyFactory |
Constructor and Description |
---|
SailSourceConnection(AbstractSail sail,
SailStore store,
EvaluationStrategyFactory evalStratFactory)
Creates a new
SailConnection , using the given SailStore to manage the state. |
Modifier and Type | Method and Description |
---|---|
EvaluationStrategyFactory |
BaseSailConfig.getEvaluationStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
EvaluationStrategyFactory |
MemoryStore.getEvaluationStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.setEvaluationStrategyFactory(EvaluationStrategyFactory factory)
Sets the
EvaluationStrategy to use. |
Modifier and Type | Method and Description |
---|---|
EvaluationStrategyFactory |
NativeStore.getEvaluationStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
void |
NativeStore.setEvaluationStrategyFactory(EvaluationStrategyFactory factory)
Sets the
EvaluationStrategy to use. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.