Package | Description |
---|---|
org.openrdf.query.algebra.evaluation.impl | |
org.openrdf.query.algebra.evaluation.limited | |
org.openrdf.sail.federation.evaluation | |
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.rdbms.evaluation |
Modifier and Type | Field and Description |
---|---|
protected TripleSource |
EvaluationStrategyImpl.tripleSource |
Constructor and Description |
---|
EvaluationStrategyImpl(TripleSource tripleSource) |
EvaluationStrategyImpl(TripleSource tripleSource,
Dataset dataset) |
Constructor and Description |
---|
LimitedSizeEvaluationStrategy(TripleSource tripleSource,
Dataset dataset,
int maxCollectionsSize) |
LimitedSizeEvaluationStrategy(TripleSource tripleSource,
long maxSize) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryTripleSource
Allow a single repository member to control a EvaulationStrategy.
|
Constructor and Description |
---|
FederationStrategy(Executor executor,
TripleSource tripleSource,
Dataset dataset) |
Modifier and Type | Class and Description |
---|---|
class |
NativeTripleSource |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsTripleSource
Proxies request to a
RdbmsTripleRepository . |
Copyright © 2001-2013 Aduna. All Rights Reserved.