public class QueryEngineSettings extends AnnotatedStandardMBean implements QueryEngineSettingsMBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SQL2_OPTIMISATION_FLAG
the flag used to turn on/off the optimisations on top of the
Query object. |
TYPE| Constructor and Description |
|---|
QueryEngineSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFullTextComparisonWithoutIndex() |
long |
getLimitInMemory()
Get the limit on how many nodes a query may read at most into memory, for
"order by" and "distinct" queries.
|
long |
getLimitReads()
Get the limit on how many nodes a query may read at most (raw read
operations, including skipped nodes).
|
boolean |
isSql2Optimisation() |
void |
setFullTextComparisonWithoutIndex(boolean fullTextComparisonWithoutIndex) |
void |
setLimitInMemory(long limitInMemory)
Change the limit.
|
void |
setLimitReads(long limitReads)
Change the limit.
|
public static final java.lang.String SQL2_OPTIMISATION_FLAG
Query object.
-Doak.query.sql2optimisationpublic long getLimitInMemory()
getLimitInMemory in interface QueryEngineSettingsMBeanpublic void setLimitInMemory(long limitInMemory)
setLimitInMemory in interface QueryEngineSettingsMBeanlimitInMemory - the new limitpublic long getLimitReads()
getLimitReads in interface QueryEngineSettingsMBeanpublic void setLimitReads(long limitReads)
setLimitReads in interface QueryEngineSettingsMBeanlimitReads - the new limitpublic void setFullTextComparisonWithoutIndex(boolean fullTextComparisonWithoutIndex)
public boolean getFullTextComparisonWithoutIndex()
public boolean isSql2Optimisation()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"