Package tools.refinery.interpreter.api
Class InterpreterEngineOptions.Builder
java.lang.Object
tools.refinery.interpreter.api.InterpreterEngineOptions.Builder
- Enclosing class:
InterpreterEngineOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withDefaultBackend(IQueryBackendFactory defaultBackendFactory) Note that this backend factory overrides the factory defined by the hint added bywithDefaultHint(QueryEvaluationHint).withDefaultCachingBackend(IQueryBackendFactory defaultCachingBackendFactory) withDefaultHint(QueryEvaluationHint engineDefaultHints) Note that the backend factory in the hint is overridden by a factory added withwithDefaultBackend(IQueryBackendFactory).withDefaultSearchBackend(IQueryBackendFactory defaultSearchBackendFactory)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withDefaultHint
Note that the backend factory in the hint is overridden by a factory added withwithDefaultBackend(IQueryBackendFactory). -
withDefaultBackend
public InterpreterEngineOptions.Builder withDefaultBackend(IQueryBackendFactory defaultBackendFactory) Note that this backend factory overrides the factory defined by the hint added bywithDefaultHint(QueryEvaluationHint). -
withDefaultSearchBackend
public InterpreterEngineOptions.Builder withDefaultSearchBackend(IQueryBackendFactory defaultSearchBackendFactory) - Since:
- 2.0
-
withDefaultCachingBackend
public InterpreterEngineOptions.Builder withDefaultCachingBackend(IQueryBackendFactory defaultCachingBackendFactory) -
build
-