Uses of Interface
org.eclipse.rdf4j.common.order.AvailableStatementOrder
-
Packages that use AvailableStatementOrder Package Description org.eclipse.rdf4j.federated.algebra org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.repository.evaluation org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.evaluation -
-
Uses of AvailableStatementOrder in org.eclipse.rdf4j.federated.algebra
Methods in org.eclipse.rdf4j.federated.algebra with parameters of type AvailableStatementOrder Modifier and Type Method Description Set<Var>
CheckStatementPattern. getSupportedOrders(AvailableStatementOrder tripleSource)
Set<Var>
ExclusiveGroup. getSupportedOrders(AvailableStatementOrder tripleSource)
Set<Var>
FedXService. getSupportedOrders(AvailableStatementOrder tripleSource)
Set<Var>
NTuple. getSupportedOrders(AvailableStatementOrder tripleSource)
Set<Var>
PassThroughTupleExpr. getSupportedOrders(AvailableStatementOrder tripleSource)
Set<Var>
SingleSourceQuery. getSupportedOrders(AvailableStatementOrder tripleSource)
-
Uses of AvailableStatementOrder in org.eclipse.rdf4j.query.algebra
-
Uses of AvailableStatementOrder in org.eclipse.rdf4j.query.algebra.evaluation
Subinterfaces of AvailableStatementOrder in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Interface Description interface
RDFStarTripleSource
interface
TripleSource
A triple source that can be queried for (the existence of) certain triples in certain contexts. -
Uses of AvailableStatementOrder in org.eclipse.rdf4j.repository.evaluation
Classes in org.eclipse.rdf4j.repository.evaluation that implement AvailableStatementOrder Modifier and Type Class Description class
RepositoryTripleSource
-
Uses of AvailableStatementOrder in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement AvailableStatementOrder Modifier and Type Class Description class
SailDatasetTripleSource
Implementation of the TripleSource interface usingSailDataset
-
Uses of AvailableStatementOrder in org.eclipse.rdf4j.sail.evaluation
Classes in org.eclipse.rdf4j.sail.evaluation that implement AvailableStatementOrder Modifier and Type Class Description class
SailTripleSource
-