Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.sketch.SketchStatementSource
Packages that use SketchStatementSource
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
Uses of SketchStatementSource in org.eclipse.rdf4j.query.algebra.evaluation.sketch
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.sketch with parameters of type SketchStatementSourceModifierConstructorDescriptionSketchBasedJoinEstimator(SketchStatementSource statementSource, int nominalEntries, long throttleEveryN, long throttleMillis) Convenience constructor that usesSketchBasedJoinEstimator.Config.defaults()with the given basics.SketchBasedJoinEstimator(SketchStatementSource statementSource, SketchBasedJoinEstimator.Config cfg) Full configuration constructor. -
Uses of SketchStatementSource in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement SketchStatementSourceModifier and TypeClassDescriptionfinal classAdapts aSailStoreto the statement source contract used by the sketch estimator.