Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.DynamicStatistics
Packages that use DynamicStatistics
-
Uses of DynamicStatistics in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Classes in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics that implement DynamicStatisticsModifier and TypeClassDescriptionclass
ExtensibleDynamicEvaluationStatistics aims to keep an internal estimate of the cardinality of various statement patterns.Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type DynamicStatisticsModifier and TypeMethodDescriptionvoid
EvaluationStatisticsWrapper.setEvaluationStatistics
(DynamicStatistics dynamicStatistics) Constructors in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type DynamicStatisticsModifierConstructorDescriptionEvaluationStatisticsWrapper
(DataStructureInterface delegate, DynamicStatistics dynamicStatistics)