public abstract class AbstractEvaluationStrategyFactory extends Object implements EvaluationStrategyFactory
ExtendedEvaluationStrategy
.Constructor and Description |
---|
AbstractEvaluationStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
long |
getQuerySolutionCacheThreshold()
Get the number of query solutions the
EvaluationStrategy will keep in main memory before it attempts to
sync to a temporary disk cache. |
void |
setQuerySolutionCacheThreshold(long threshold)
Set the number of query solutions the
EvaluationStrategy will keep in main memory before it attempts to
sync to a temporary disk cache. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEvaluationStrategy
public void setQuerySolutionCacheThreshold(long threshold)
EvaluationStrategyFactory
EvaluationStrategy
will keep in main memory before it attempts to
sync to a temporary disk cache. If set to 0, no disk caching will occur. EvaluationStrategies that provide no
disk caching functionality are free to ignore this parameter.setQuerySolutionCacheThreshold
in interface EvaluationStrategyFactory
threshold
- the number of query solutions that the EvaluationStrategy can cache in main memory before
attempting disk sync.public long getQuerySolutionCacheThreshold()
EvaluationStrategyFactory
EvaluationStrategy
will keep in main memory before it attempts to
sync to a temporary disk cache. If set to 0, no disk caching will occur. EvaluationStrategies that provide no
disk caching functionality are free to ignore this parameter.getQuerySolutionCacheThreshold
in interface EvaluationStrategyFactory
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.