You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2019/02/11 09:07:00 UTC

[jira] [Updated] (IGNITE-11285) Conflicting javadocs for PagesFillFactor

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

Alexey Kuznetsov updated IGNITE-11285:
--------------------------------------
    Description: 
org.apache.ignite.MemoryMetrics#getPagesFillFactor

{code}
/**
 * Gets the percentage of space that is still free and can be filled in.
 *
 * @return The percentage of space that is still free and can be filled in.
 */
public float getPagesFillFactor();
{code}
 
org.apache.ignite.DataRegionMetrics#getPagesFillFactor

{code}
/**
 * Gets the percentage of the used space.
 *
 * @return The percentage of the used space.
 */
public float getPagesFillFactor();
{code}

Also it will be useful to add a note about meaning of this metrics, like if close to zero - bad state, close to one - good state.

  was:
org.apache.ignite.MemoryMetrics#getPagesFillFactor

{code}

/**
 * Gets the percentage of space that is still free and can be filled in.
 *
 * @return The percentage of space that is still free and can be filled in.
 */
public float getPagesFillFactor();

{code}

 

org.apache.ignite.DataRegionMetrics#getPagesFillFactor

{code}

/**
 * Gets the percentage of the used space.
 *
 * @return The percentage of the used space.
 */
public float getPagesFillFactor();

{code}


> Conflicting javadocs for PagesFillFactor
> ----------------------------------------
>
>                 Key: IGNITE-11285
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11285
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexey Kuznetsov
>            Assignee: Dmitriy Govorukhin
>            Priority: Major
>
> org.apache.ignite.MemoryMetrics#getPagesFillFactor
> {code}
> /**
>  * Gets the percentage of space that is still free and can be filled in.
>  *
>  * @return The percentage of space that is still free and can be filled in.
>  */
> public float getPagesFillFactor();
> {code}
>  
> org.apache.ignite.DataRegionMetrics#getPagesFillFactor
> {code}
> /**
>  * Gets the percentage of the used space.
>  *
>  * @return The percentage of the used space.
>  */
> public float getPagesFillFactor();
> {code}
> Also it will be useful to add a note about meaning of this metrics, like if close to zero - bad state, close to one - good state.



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