Package org.apache.ignite.mxbean
Interface WarmUpMXBean
- 
 @Deprecated @MXBeanDescription("MBean that provides access to warm-up.") public interface WarmUpMXBean Deprecated.Use managements API beans, instead.Warm-up MXBean interface.- See Also:
- CommandMBean
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidstopWarmUp()Deprecated.Stop warm-up.
 
- 
- 
- 
Method Detail- 
stopWarmUp@MXBeanDescription("Stop warm-up.") void stopWarmUp() Deprecated.Stop warm-up.
 
- 
 
-