public interface QueryEngineConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
isDefault()
Is this query engine should be used by default.
|
QueryEngineConfiguration |
setDefault(boolean isDflt)
Sets whether this query engine should be used by default.
|
QueryEngineConfiguration setDefault(boolean isDflt)
There can be only one query engine configuration with the default flag.
If there is no configuration with the default flag, the query engine provided by the ignite-indexing module will be used by default (if configured). If there is no configuration for the ignite-indexing module engine exists, the first engine from the query engines configuration will be used.
isDflt
- True
if this query engine should be used by default.this
for chaining.boolean isDefault()
True
if this query engine is default.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023