Class PerformanceStatisticsMBeanImpl
- java.lang.Object
-
- org.apache.ignite.internal.processors.performancestatistics.PerformanceStatisticsMBeanImpl
-
- All Implemented Interfaces:
PerformanceStatisticsMBean
public class PerformanceStatisticsMBeanImpl extends Object implements PerformanceStatisticsMBean
PerformanceStatisticsMBeanimplementation.
-
-
Constructor Summary
Constructors Constructor Description PerformanceStatisticsMBeanImpl(GridKernalContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrotate()Rotate performance statistics in the cluster.voidstart()Start collecting performance statistics in the cluster.booleanstarted()voidstop()Stop collecting performance statistics in the cluster.
-
-
-
Constructor Detail
-
PerformanceStatisticsMBeanImpl
public PerformanceStatisticsMBeanImpl(GridKernalContext ctx)
- Parameters:
ctx- Kernal context.
-
-
Method Detail
-
start
public void start() throws IgniteCheckedExceptionStart collecting performance statistics in the cluster.- Specified by:
startin interfacePerformanceStatisticsMBean- Throws:
IgniteCheckedException
-
stop
public void stop() throws IgniteCheckedExceptionStop collecting performance statistics in the cluster.- Specified by:
stopin interfacePerformanceStatisticsMBean- Throws:
IgniteCheckedException
-
rotate
public void rotate() throws IgniteCheckedExceptionRotate performance statistics in the cluster.- Specified by:
rotatein interfacePerformanceStatisticsMBean- Throws:
IgniteCheckedException
-
started
public boolean started()
- Specified by:
startedin interfacePerformanceStatisticsMBean- Returns:
Trueif performance statistics collection is started.
-
-