public class QueryEngineSettings extends Object implements QueryEngineSettingsMBean
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).
|
void |
setFullTextComparisonWithoutIndex(boolean fullTextComparisonWithoutIndex) |
void |
setLimitInMemory(long limitInMemory)
Change the limit.
|
void |
setLimitReads(long limitReads)
Change the limit.
|
public long getLimitInMemory()
getLimitInMemory
in interface QueryEngineSettingsMBean
public void setLimitInMemory(long limitInMemory)
setLimitInMemory
in interface QueryEngineSettingsMBean
limitInMemory
- the new limitpublic long getLimitReads()
getLimitReads
in interface QueryEngineSettingsMBean
public void setLimitReads(long limitReads)
setLimitReads
in interface QueryEngineSettingsMBean
limitReads
- the new limitpublic void setFullTextComparisonWithoutIndex(boolean fullTextComparisonWithoutIndex)
public boolean getFullTextComparisonWithoutIndex()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"