@Deprecated public interface SqlQueryMXBean
| Modifier and Type | Method and Description |
|---|---|
int |
getLongQueryTimeoutMultiplier()
Deprecated.
|
long |
getLongQueryWarningTimeout()
Deprecated.
|
long |
getResultSetSizeThreshold()
Deprecated.
|
int |
getResultSetSizeThresholdMultiplier()
Deprecated.
Gets result set size threshold multiplier.
|
void |
setLongQueryTimeoutMultiplier(int longQueryTimeoutMultiplier)
Deprecated.
Sets long query timeout multiplier.
|
void |
setLongQueryWarningTimeout(long longQueryWarningTimeout)
Deprecated.
Sets timeout in milliseconds after which long query warning will be printed.
|
void |
setResultSetSizeThreshold(long rsSizeThreshold)
Deprecated.
Sets threshold result's row count, when count of fetched rows is bigger than the threshold
warning will be printed.
|
void |
setResultSetSizeThresholdMultiplier(int rsSizeThresholdMultiplier)
Deprecated.
Sets result set size threshold multiplier.
|
@MXBeanDescription(value="Timeout in milliseconds after which long query warning will be printed.") long getLongQueryWarningTimeout()
@MXBeanDescription(value="Sets timeout in milliseconds after which long query warning will be printed.") @MXBeanParametersNames(value="longQueryWarningTimeout") @MXBeanParametersDescriptions(value="Timeout in milliseconds after which long query warning will be printed.") void setLongQueryWarningTimeout(@MXBeanParameter(name="longQueryWarningTimeout",description="Timeout in milliseconds after which long query warning will be printed.") long longQueryWarningTimeout)
longQueryWarningTimeout - Timeout in milliseconds after which long query warning will be printed.@MXBeanDescription(value="Long query timeout multiplier. The warning will be printed after: timeout, timeout * multiplier, timeout * multiplier * multiplier, etc. If the multiplier <= 1, the warning message is printed once.") int getLongQueryTimeoutMultiplier()
@MXBeanDescription(value="Sets long query timeout multiplier. The warning will be printed after: timeout, timeout * multiplier, timeout * multiplier * multiplier, etc. If the multiplier <= 1, the warning message is printed once.") @MXBeanParametersNames(value="longQueryTimeoutMultiplier") @MXBeanParametersDescriptions(value="Long query timeout multiplier.") void setLongQueryTimeoutMultiplier(int longQueryTimeoutMultiplier)
longQueryTimeoutMultiplier - Long query timeout multiplier.@MXBeanDescription(value="Threshold for the number of rows of the result, when count of fetched rows is bigger than the thresholdwarning will be printed.") long getResultSetSizeThreshold()
@MXBeanDescription(value="Sets threshold for the number of rows of the result, when count of fetched rows is bigger than the threshold warning will be printed") @MXBeanParametersNames(value="rsSizeThreshold") @MXBeanParametersDescriptions(value="Threshold for the number of rows of the result, when count of fetched rows is bigger than the threshold warning will be printed.") void setResultSetSizeThreshold(long rsSizeThreshold)
rsSizeThreshold - Threshold result's row count, when count of fetched rows is bigger than the threshold
warning will be printed.@MXBeanDescription(value="Gets result set size threshold multiplier. The warning will be printed when size of result set is bugger than: threshold, threshold * multiplier, threshold * multiplier * multiplier, etc. If the multiplier <= 1, the warning message is printed once during query execution and the next one on the query end.") int getResultSetSizeThresholdMultiplier()
@MXBeanDescription(value="Sets result set size threshold multiplier. The warning will be printed when size of result set is bugger than: threshold, threshold * multiplier, threshold * multiplier * multiplier,etc. If the multiplier <= 1, the warning message is printed once.") @MXBeanParametersNames(value="rsSizeThresholdMultiplier") @MXBeanParametersDescriptions(value="TResult set size threshold multiplier.") void setResultSetSizeThresholdMultiplier(int rsSizeThresholdMultiplier)
rsSizeThresholdMultiplier - Result set size threshold multiplier.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023