public class InaccurateRepositoryBloomFilter extends Object implements RepositoryBloomFilter
| Constructor and Description |
|---|
InaccurateRepositoryBloomFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
mayHaveStatement(RepositoryConnection conn,
org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
org.eclipse.rdf4j.model.Resource... contexts)
Returns true if the repository may have such a statement or false if it definitely does not.
|
public boolean mayHaveStatement(RepositoryConnection conn, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, org.eclipse.rdf4j.model.Resource... contexts)
RepositoryBloomFiltermayHaveStatement in interface RepositoryBloomFilterconn - connection to the repository to check.subj - subject of the statement to check for (can be null).pred - predicate of the statement to check for (can be null).obj - object of the statement to check for (can be null).contexts - contexts of the statement to check for.Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.