public interface QueryEngineSettingsMBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
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 |
setLimitInMemory(long limitInMemory)
Change the limit.
|
void |
setLimitReads(long limitReads)
Change the limit.
|
static final java.lang.String TYPE
long getLimitInMemory()
void setLimitInMemory(long limitInMemory)
limitInMemory - the new limitlong getLimitReads()
void setLimitReads(long limitReads)
limitReads - the new limit"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"