Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatement
Package
Description
Elasticsearch store for string triples
-
Uses of ExtensibleStatement in org.eclipse.rdf4j.sail.extensiblestore
Modifier 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...Modifier and TypeMethodDescriptionCloseableIteration<? 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)
Modifier and TypeMethodDescriptionvoid
DataStructureInterface.addStatement(ExtensibleStatement statement)
void
ReadCache.addStatement(ExtensibleStatement statement)
void
DataStructureInterface.removeStatement(ExtensibleStatement statement)
void
ReadCache.removeStatement(ExtensibleStatement statement)
Modifier and TypeMethodDescriptiondefault 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
Modifier and TypeMethodDescriptionCloseableIteration<? extends ExtensibleStatement,SailException>
EvaluationStatisticsWrapper.getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
Modifier 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)
Modifier and TypeMethodDescriptionvoid
EvaluationStatisticsWrapper.addStatement(Collection<ExtensibleStatement> statements)
void
EvaluationStatisticsWrapper.removeStatement(Collection<ExtensibleStatement> statements)
-
Uses of ExtensibleStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Modifier and TypeMethodDescriptionExtensibleStatementHelper.DefaultExtensibleStatementHelper.fromStatement(Statement statement, boolean inferred)
ExtensibleStatementHelper.fromStatement(Statement statement, boolean inferred)