[jira] [Created] (IGNITE-8491) Add JMX flag: Is the node in baseline or not?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-8491) Add JMX flag: Is the node in baseline or not?

Anton Vinogradov (Jira)
Vladislav Pyatkov created IGNITE-8491:
-----------------------------------------

             Summary: Add JMX flag: Is the node in baseline or not?
                 Key: IGNITE-8491
                 URL: https://issues.apache.org/jira/browse/IGNITE-8491
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


Need to add baseline flag on JMX.

{code}
public interface IgniteMXBean {
    /**
     * Gets a flag is node in baseline.
     *
     * @return Return a baseline flag.
     */
    @MXBeanDescription("Baseline node flag.")
    public String isNodeInBaseline();
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)