Class EvaluationStrategies

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.util.EvaluationStrategies

@Deprecated(forRemoval=true, since="4.0.0") public class EvaluationStrategies extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Registry for currently active EvaluationStrategy objects. The internal registry uses soft references to allow entries to be garbage-collected when no longer used. Currently, the primary purpose of this is to support (de)serialization of objects (over the lifetime of the VM) that depend on an EvaluationStrategy
Author:
Jeen Broekstra