@MXBeanDescription(value="MBean provide access to performance statistics management.") public interface PerformanceStatisticsMBean
Modifier and Type | Method and Description |
---|---|
void |
start()
Start collecting performance statistics in the cluster.
|
boolean |
started() |
void |
stop()
Stop collecting performance statistics in the cluster.
|
@MXBeanDescription(value="Start collecting performance statistics in the cluster.") void start() throws IgniteCheckedException
IgniteCheckedException
@MXBeanDescription(value="Stop collecting performance statistics in the cluster.") void stop() throws IgniteCheckedException
IgniteCheckedException
@MXBeanDescription(value="True if performance statistics collection is started.") boolean started()
True
if performance statistics collection is started.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021