You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2018/05/15 11:16:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladislav Pyatkov reassigned IGNITE-8491:
-----------------------------------------

    Assignee: Vladislav Pyatkov

> 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
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>
> Need to add a 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 boolean isNodeInBaseline();
> {code}



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