Uses of Class
org.apache.ignite.mxbean.MXBeanParametersNames
-
Packages that use MXBeanParametersNames Package Description org.apache.ignite.internal.processors.query.running org.apache.ignite.mxbean Contains annotations for Dynamic MBeans. -
-
Uses of MXBeanParametersNames in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running with annotations of type MXBeanParametersNames Modifier and Type Method Description voidSqlQueryMXBean. setLongQueryTimeoutMultiplier(int longQueryTimeoutMultiplier)Deprecated.Sets long query timeout multiplier.voidSqlQueryMXBean. setLongQueryWarningTimeout(long longQueryWarningTimeout)Deprecated.Sets timeout in milliseconds after which long query warning will be printed.voidSqlQueryMXBean. setResultSetSizeThreshold(long rsSizeThreshold)Deprecated.Sets threshold result's row count, when count of fetched rows is bigger than the threshold warning will be printed.voidSqlQueryMXBean. setResultSetSizeThresholdMultiplier(int rsSizeThresholdMultiplier)Deprecated.Sets result set size threshold multiplier. -
Uses of MXBeanParametersNames in org.apache.ignite.mxbean
Methods in org.apache.ignite.mxbean with annotations of type MXBeanParametersNames Modifier and Type Method Description voidIgniteMXBean. active(boolean active)Deprecated.UseIgniteMXBean.clusterState(String, boolean)instead.voidTransactionsMXBean. setTxKeyCollisionsInterval(int timeout)Set timeout interval for tx key contention analysis.voidIgniteClusterMXBean. tag(String newTag)Deprecated.Changes cluster tag to provided value.
-