@Deprecated @MXBeanDescription(value="MBean provide access to performance statistics management.") public interface PerformanceStatisticsMBean
CommandMBean
Modifier and Type | Method and Description |
---|---|
void |
rotate()
Deprecated.
Rotate performance statistics in the cluster.
|
void |
start()
Deprecated.
Start collecting performance statistics in the cluster.
|
boolean |
started()
Deprecated.
|
void |
stop()
Deprecated.
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="Rotate performance statistics in the cluster.") void rotate() 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.16.0 Release Date : December 15 2023