Package org.apache.ignite.mxbean
Interface IgniteMBeanAware
-
- All Known Implementing Classes:
FifoEvictionPolicy
,LruEvictionPolicy
,SortedEvictionPolicy
public interface IgniteMBeanAware
MBean-aware interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getMBean()
-
-
-
Method Detail
-
getMBean
Object getMBean()
- Returns:
- MBean for this object.
-
-