Uses of Enum
org.eclipse.rdf4j.common.order.StatementOrder
Package
Description
Abstract Query Algebra model.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of StatementOrder in org.eclipse.rdf4j.common.order
Modifier and TypeMethodDescriptionstatic StatementOrder
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.Modifier and TypeMethodDescriptionAvailableStatementOrder.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
-
Uses of StatementOrder in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptiondefault 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.Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptiondefault 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.Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptiondefault Set
<StatementOrder> SailDataset.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) SailDatasetTripleSource.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptionSailTripleSource.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> SailTripleSource.getStatements
(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of StatementOrder in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeMethodDescriptiondefault Set
<StatementOrder> DataStructureInterface.getSupportedOrders
(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts) Modifier and TypeMethodDescriptiondefault CloseableIteration
<? extends ExtensibleStatement> DataStructureInterface.getStatements
(StatementOrder statementOrder, Resource subject, IRI predicate, Value object, boolean inferred, Resource... contexts) ModifierConstructorDescriptionSortedIteration
(CloseableIteration<E> wrappedIteration, StatementOrder statementOrder) -
Uses of StatementOrder in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Modifier and TypeMethodDescriptionEvaluationStatisticsWrapper.getSupportedOrders
(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts) Modifier and TypeMethodDescriptionCloseableIteration
<? 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
Modifier and TypeMethodDescriptionSailConnectionWrapper.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) Modifier and TypeMethodDescriptionfinal 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)