Uses of Interface
org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.DynamicStatistics
-
Packages that use DynamicStatistics Package Description org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics -
-
Uses of DynamicStatistics in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Classes in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics that implement DynamicStatistics Modifier and Type Class Description class
ExtensibleDynamicEvaluationStatistics
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 DynamicStatistics Modifier and Type Method Description void
EvaluationStatisticsWrapper. setEvaluationStatistics(DynamicStatistics dynamicStatistics)
Constructors in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type DynamicStatistics Constructor Description EvaluationStatisticsWrapper(DataStructureInterface delegate, DynamicStatistics dynamicStatistics)
-