Uses of Class
org.apache.ignite.mxbean.MXBeanParametersDescriptions
-
Packages that use MXBeanParametersDescriptions Package Description org.apache.ignite.internal.processors.query.running org.apache.ignite.mxbean Contains annotations for Dynamic MBeans. -
-
Uses of MXBeanParametersDescriptions in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running with annotations of type MXBeanParametersDescriptions 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 MXBeanParametersDescriptions in org.apache.ignite.mxbean
Methods in org.apache.ignite.mxbean with annotations of type MXBeanParametersDescriptions Modifier and Type Method Description voidIgniteMXBean. rebalanceEnabled(boolean rebalanceEnabled)Enable or disable cache partition rebalance per node.voidIgniteClusterMXBean. tag(String newTag)Deprecated.Changes cluster tag to provided value.
-