Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatement
-
Packages that use ExtensibleStatement Package Description org.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics org.eclipse.rdf4j.sail.extensiblestore.valuefactory -
-
Uses of ExtensibleStatement in org.eclipse.rdf4j.sail.extensiblestore
Classes in org.eclipse.rdf4j.sail.extensiblestore with type parameters of type ExtensibleStatement Modifier and Type Class Description class
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...Methods in org.eclipse.rdf4j.sail.extensiblestore that return types with arguments of type ExtensibleStatement Modifier and Type Method Description CloseableIteration<? extends ExtensibleStatement,SailException>
DataStructureInterface. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
CloseableIteration<? extends ExtensibleStatement,SailException>
ReadCache. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
Methods in org.eclipse.rdf4j.sail.extensiblestore with parameters of type ExtensibleStatement Modifier and Type Method Description void
DataStructureInterface. addStatement(ExtensibleStatement statement)
void
ReadCache. addStatement(ExtensibleStatement statement)
void
DataStructureInterface. removeStatement(ExtensibleStatement statement)
void
ReadCache. removeStatement(ExtensibleStatement statement)
Method parameters in org.eclipse.rdf4j.sail.extensiblestore with type arguments of type ExtensibleStatement Modifier and Type Method Description default void
DataStructureInterface. addStatement(Collection<ExtensibleStatement> statements)
default void
DataStructureInterface. removeStatement(Collection<ExtensibleStatement> statements)
void
ReadCache. 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 ExtensibleStatement Modifier and Type Method Description CloseableIteration<? extends ExtensibleStatement,SailException>
EvaluationStatisticsWrapper. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type ExtensibleStatement Modifier and Type Method Description void
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 ExtensibleStatement Modifier and Type Method Description void
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 ExtensibleStatement Modifier and Type Class Description class
ExtensibleContextStatement
class
ExtensibleStatementImpl
Methods in org.eclipse.rdf4j.sail.extensiblestore.valuefactory that return ExtensibleStatement Modifier and Type Method Description ExtensibleStatement
ExtensibleStatementHelper.DefaultExtensibleStatementHelper. fromStatement(Statement statement, boolean inferred)
ExtensibleStatement
ExtensibleStatementHelper. fromStatement(Statement statement, boolean inferred)
-