Alexey Kuznetsov created IGNITE-11285:
-----------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)