Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatement
Packages that use ExtensibleStatement
Package
Description
Elasticsearch store for string triples
-
Uses of ExtensibleStatement in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore with type parameters of type ExtensibleStatementModifier and TypeClassDescriptionclass
FilteringIteration<E extends ExtensibleStatement,
X extends Exception> A wrapper for an Iteration that filters the statements against a pattern similar to getStatements(Resource subject, IRI predicate, Value object, Resource...class
SortedIteration<E extends ExtensibleStatement,
X extends Exception> A wrapper for an Iteration that filters the statements against a pattern similar to getStatements(Resource subject, IRI predicate, Value object, Resource...Methods in org.eclipse.rdf4j.sail.extensiblestore that return types with arguments of type ExtensibleStatementModifier and TypeMethodDescriptiondefault CloseableIteration
<? extends ExtensibleStatement> DataStructureInterface.getStatements
(StatementOrder statementOrder, Resource subject, IRI predicate, Value object, boolean inferred, Resource... contexts) CloseableIteration
<? extends ExtensibleStatement> DataStructureInterface.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... contexts) CloseableIteration
<? extends ExtensibleStatement> EagerReadCache.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) CloseableIteration
<? extends ExtensibleStatement> LazyReadCache.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) Methods in org.eclipse.rdf4j.sail.extensiblestore with parameters of type ExtensibleStatementModifier and TypeMethodDescriptionvoid
DataStructureInterface.addStatement
(ExtensibleStatement statement) void
EagerReadCache.addStatement
(ExtensibleStatement statement) void
LazyReadCache.addStatement
(ExtensibleStatement statement) void
DataStructureInterface.removeStatement
(ExtensibleStatement statement) void
EagerReadCache.removeStatement
(ExtensibleStatement statement) void
LazyReadCache.removeStatement
(ExtensibleStatement statement) Method parameters in org.eclipse.rdf4j.sail.extensiblestore with type arguments of type ExtensibleStatementModifier and TypeMethodDescriptiondefault void
DataStructureInterface.addStatement
(Collection<ExtensibleStatement> statements) default void
DataStructureInterface.removeStatement
(Collection<ExtensibleStatement> statements) void
LazyReadCache.submitToCache
(Long localCacheTicket, PartialStatement partialStatement, List<ExtensibleStatement> statements) -
Uses of ExtensibleStatement in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics that return types with arguments of type ExtensibleStatementModifier and TypeMethodDescriptionCloseableIteration
<? extends ExtensibleStatement> EvaluationStatisticsWrapper.getStatements
(StatementOrder statementOrder, Resource subject, IRI predicate, Value object, boolean inferred, Resource... contexts) CloseableIteration
<? extends ExtensibleStatement> EvaluationStatisticsWrapper.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type ExtensibleStatementModifier and TypeMethodDescriptionvoid
DynamicStatistics.add
(ExtensibleStatement statement) void
ExtensibleDynamicEvaluationStatistics.add
(ExtensibleStatement statement) void
EvaluationStatisticsWrapper.addStatement
(ExtensibleStatement statement) void
DynamicStatistics.remove
(ExtensibleStatement statement) void
ExtensibleDynamicEvaluationStatistics.remove
(ExtensibleStatement statement) void
EvaluationStatisticsWrapper.removeStatement
(ExtensibleStatement statement) Method parameters in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with type arguments of type ExtensibleStatementModifier and TypeMethodDescriptionvoid
EvaluationStatisticsWrapper.addStatement
(Collection<ExtensibleStatement> statements) void
EvaluationStatisticsWrapper.removeStatement
(Collection<ExtensibleStatement> statements) -
Uses of ExtensibleStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Classes in org.eclipse.rdf4j.sail.extensiblestore.valuefactory that implement ExtensibleStatementMethods in org.eclipse.rdf4j.sail.extensiblestore.valuefactory that return ExtensibleStatementModifier and TypeMethodDescriptionExtensibleStatementHelper.DefaultExtensibleStatementHelper.fromStatement
(Statement statement, boolean inferred) ExtensibleStatementHelper.fromStatement
(Statement statement, boolean inferred)