Uses of Enum
org.eclipse.rdf4j.common.order.StatementOrder
Packages that use 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
Methods in org.eclipse.rdf4j.common.order that return StatementOrderModifier 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.Methods in org.eclipse.rdf4j.common.order that return types with arguments of type StatementOrderModifier 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
Methods in org.eclipse.rdf4j.query.algebra that return StatementOrder -
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 StatementOrderModifier 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.Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type StatementOrderModifier 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
Methods in org.eclipse.rdf4j.sail that return types with arguments of type StatementOrderModifier 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.Methods in org.eclipse.rdf4j.sail with parameters of type StatementOrderModifier 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
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type StatementOrderModifier and TypeMethodDescriptiondefault Set
<StatementOrder> SailDataset.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) SailDatasetTripleSource.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) Methods in org.eclipse.rdf4j.sail.base with parameters of type StatementOrderModifier 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
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type StatementOrderModifier and TypeMethodDescriptionSailTripleSource.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type StatementOrderModifier 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
Methods in org.eclipse.rdf4j.sail.extensiblestore that return types with arguments of type StatementOrderModifier and TypeMethodDescriptiondefault 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 StatementOrderModifier and TypeMethodDescriptiondefault 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 StatementOrderModifierConstructorDescriptionSortedIteration
(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 StatementOrderModifier and TypeMethodDescriptionEvaluationStatisticsWrapper.getSupportedOrders
(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type StatementOrderModifier 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
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type StatementOrderModifier and TypeMethodDescriptionSailConnectionWrapper.getSupportedOrders
(Resource subj, IRI pred, Value obj, Resource... contexts) Methods in org.eclipse.rdf4j.sail.helpers with parameters of type StatementOrderModifier 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)