Class SailStoreStatementSource
java.lang.Object
org.eclipse.rdf4j.sail.base.SailStoreStatementSource
- All Implemented Interfaces:
SketchStatementSource
@Experimental
public final class SailStoreStatementSource
extends Object
implements SketchStatementSource
Adapts a
SailStore to the statement source contract used by the sketch estimator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement> getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Constructor Details
-
SailStoreStatementSource
-
-
Method Details
-
getStatements
public CloseableIteration<? extends Statement> getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) - Specified by:
getStatementsin interfaceSketchStatementSource
-
getValueFactory
- Specified by:
getValueFactoryin interfaceSketchStatementSource
-