Package | Description |
---|---|
org.eclipse.rdf4j.sail.extensiblestore |
Elasticsearch store for string triples
|
org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics | |
org.eclipse.rdf4j.sail.extensiblestore.valuefactory |
Modifier and Type | Class and 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...
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends ExtensibleStatement,SailException> |
ReadCache.getStatements(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
CloseableIteration<? extends ExtensibleStatement,SailException> |
DataStructureInterface.getStatements(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
Modifier and Type | Method and Description |
---|---|
void |
ReadCache.addStatement(ExtensibleStatement statement) |
void |
DataStructureInterface.addStatement(ExtensibleStatement statement) |
void |
ReadCache.removeStatement(ExtensibleStatement statement) |
void |
DataStructureInterface.removeStatement(ExtensibleStatement statement) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends ExtensibleStatement,SailException> |
EvaluationStatisticsWrapper.getStatements(Resource subject,
IRI predicate,
Value object,
boolean inferred,
Resource... context) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensibleDynamicEvaluationStatistics.add(ExtensibleStatement statement) |
void |
DynamicStatistics.add(ExtensibleStatement statement) |
void |
EvaluationStatisticsWrapper.addStatement(ExtensibleStatement statement) |
void |
ExtensibleDynamicEvaluationStatistics.remove(ExtensibleStatement statement) |
void |
DynamicStatistics.remove(ExtensibleStatement statement) |
void |
EvaluationStatisticsWrapper.removeStatement(ExtensibleStatement statement) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluationStatisticsWrapper.addStatement(Collection<ExtensibleStatement> statements) |
void |
EvaluationStatisticsWrapper.removeStatement(Collection<ExtensibleStatement> statements) |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleContextStatement |
class |
ExtensibleStatementImpl |
Modifier and Type | Method and Description |
---|---|
ExtensibleStatement |
ExtensibleStatementHelper.fromStatement(Statement statement,
boolean inferred) |
ExtensibleStatement |
ExtensibleStatementHelper.DefaultExtensibleStatementHelper.fromStatement(Statement statement,
boolean inferred) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.