Uses of Interface
org.eclipse.rdf4j.repository.filters.RepositoryBloomFilter
-
Uses of RepositoryBloomFilter in org.eclipse.rdf4j.repository.filters
Modifier and TypeClassDescriptionclass
A bloom filter that is exact (no false positives) at the cost of always having to query the repository.class
A zero-cost bloom filter that always returns true (no negatives).