Class QueryEngineConfig
- java.lang.Object
-
- com.tangosol.coherence.rest.config.QueryEngineConfig
-
public class QueryEngineConfig extends Object
Holder forQueryEngine
configuration.- Author:
- ic 2011/11/25
-
-
Constructor Summary
Constructors Constructor Description QueryEngineConfig(String sName, Class clz)
Construct a QueryEngineConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getQueryEngineClass()
Determine the class of the query engine.String
getQueryEngineName()
Determine the name of the query engine.
-