public interface QueryEngineSettingsMBean
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 String TYPE
long getLimitInMemory()
void setLimitInMemory(long limitInMemory)
limitInMemory
- the new limitlong getLimitReads()
void setLimitReads(long limitReads)
limitReads
- the new limit"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"