Class QueryEngineConfig
java.lang.Object
com.tangosol.coherence.rest.config.QueryEngineConfig
Holder for
QueryEngine
configuration.- Author:
- ic 2011/11/25
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDetermine the class of the query engine.Determine the name of the query engine.
-
Constructor Details
-
QueryEngineConfig
Construct a QueryEngineConfig.- Parameters:
sName
- the query engine nameclz
- the query engine implementation class
-
-
Method Details
-
getQueryEngineName
Determine the name of the query engine.- Returns:
- the query engine name
-
getQueryEngineClass
Determine the class of the query engine.- Returns:
- the query engine class
-