Class SystemViewMBean<R>
- java.lang.Object
-
- org.apache.ignite.spi.metric.jmx.ReadOnlyDynamicMBean
-
- org.apache.ignite.internal.managers.systemview.SystemViewMBean<R>
-
- All Implemented Interfaces:
DynamicMBean
public class SystemViewMBean<R> extends ReadOnlyDynamicMBean
JMX bean to expose specificSystemViewdata.- See Also:
JmxMetricExporterSpi,GridSystemViewManager
-
-
Constructor Summary
Constructors Constructor Description SystemViewMBean(SystemView<R> sysView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String attribute)MBeanInfogetMBeanInfo()Objectinvoke(String actName, Object[] params, String[] signature)-
Methods inherited from class org.apache.ignite.spi.metric.jmx.ReadOnlyDynamicMBean
getAttributes, setAttribute, setAttributes
-
-
-
-
Field Detail
-
VIEWS
public static final String VIEWS
View attribute.- See Also:
- Constant Field Values
-
FILTER_OPERATION
public static final String FILTER_OPERATION
Filter operation name.- See Also:
- Constant Field Values
-
ID
public static final String ID
Row id attribute name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SystemViewMBean
public SystemViewMBean(SystemView<R> sysView)
- Parameters:
sysView- System view to export.
-
-
Method Detail
-
invoke
public Object invoke(String actName, Object[] params, String[] signature) throws MBeanException, ReflectionException
- Specified by:
invokein interfaceDynamicMBean- Overrides:
invokein classReadOnlyDynamicMBean- Throws:
MBeanExceptionReflectionException
-
getMBeanInfo
public MBeanInfo getMBeanInfo()
-
-