Package org.eclipse.rdf4j.repository.filters
package org.eclipse.rdf4j.repository.filters
-
Interface Summary
-
Class SummaryClassDescriptionA bloom filter that is exact (no false positives) at the cost of always having to query the repository.A zero-cost bloom filter that always returns true (no negatives).