Uses of Class
org.eclipse.rdf4j.common.order.StatementOrder
-
Packages that use StatementOrder Package Description org.eclipse.rdf4j.common.order org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.evaluation org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of StatementOrder in org.eclipse.rdf4j.common.order
Methods in org.eclipse.rdf4j.common.order that return StatementOrder Modifier and Type Method Description static StatementOrder
StatementOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatementOrder[]
StatementOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.common.order that return types with arguments of type StatementOrder Modifier and Type Method Description Set<StatementOrder>
AvailableStatementOrder. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
Returns the supported orders for the given subject, predicate, object and contexts. -
Uses of StatementOrder in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return StatementOrder Modifier and Type Method Description StatementOrder
StatementPattern. getStatementOrder()
-
Uses of StatementOrder in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type StatementOrder Modifier and Type Method Description default Set<StatementOrder>
TripleSource. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
The underlying store may support some, but not all, statement orders based on the statement pattern.Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type StatementOrder Modifier and Type Method Description default CloseableIteration<? extends Statement>
TripleSource. getStatements(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object. -
Uses of StatementOrder in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type StatementOrder Modifier and Type Method Description default Set<StatementOrder>
SailConnection. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
The underlying store may support some, but not all, statement orders based on the statement pattern.Methods in org.eclipse.rdf4j.sail with parameters of type StatementOrder Modifier and Type Method Description default CloseableIteration<? extends Statement>
SailConnection. getStatements(StatementOrder statementOrder, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Gets all statements from the specified contexts that have a specific subject, predicate and/or object. -
Uses of StatementOrder in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type StatementOrder Modifier and Type Method Description default Set<StatementOrder>
SailDataset. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
Set<StatementOrder>
SailDatasetTripleSource. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.base with parameters of type StatementOrder Modifier and Type Method Description default CloseableIteration<? extends Statement>
SailDataset. getStatements(StatementOrder statementOrder, Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement>
SailDatasetTripleSource. getStatements(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts)
protected CloseableIteration<? extends Statement>
SailSourceConnection. getStatementsInternal(StatementOrder order, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
-
Uses of StatementOrder in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type StatementOrder Modifier and Type Method Description Set<StatementOrder>
SailTripleSource. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type StatementOrder Modifier and Type Method Description CloseableIteration<? extends Statement>
SailTripleSource. getStatements(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of StatementOrder in org.eclipse.rdf4j.sail.extensiblestore
Methods in org.eclipse.rdf4j.sail.extensiblestore that return types with arguments of type StatementOrder Modifier and Type Method Description default Set<StatementOrder>
DataStructureInterface. getSupportedOrders(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.extensiblestore with parameters of type StatementOrder Modifier and Type Method Description default CloseableIteration<? extends ExtensibleStatement>
DataStructureInterface. getStatements(StatementOrder statementOrder, Resource subject, IRI predicate, Value object, boolean inferred, Resource... contexts)
Constructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type StatementOrder Constructor Description SortedIteration(CloseableIteration<E> wrappedIteration, StatementOrder statementOrder)
-
Uses of StatementOrder in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics that return types with arguments of type StatementOrder Modifier and Type Method Description Set<StatementOrder>
EvaluationStatisticsWrapper. getSupportedOrders(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type StatementOrder Modifier and Type Method Description CloseableIteration<? extends ExtensibleStatement>
EvaluationStatisticsWrapper. getStatements(StatementOrder statementOrder, Resource subject, IRI predicate, Value object, boolean inferred, Resource... contexts)
-
Uses of StatementOrder in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type StatementOrder Modifier and Type Method Description Set<StatementOrder>
SailConnectionWrapper. getSupportedOrders(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type StatementOrder Modifier and Type Method Description CloseableIteration<? extends Statement>
AbstractSailConnection. getStatements(StatementOrder order, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
CloseableIteration<? extends Statement>
SailConnectionWrapper. getStatements(StatementOrder statementOrder, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected CloseableIteration<? extends Statement>
AbstractSailConnection. getStatementsInternal(StatementOrder order, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
-