You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Vanco Buca (JIRA)" <ji...@apache.org> on 2018/06/21 00:13:00 UTC

[jira] [Created] (ARROW-2725) [JAVA] make Accountant.AllocationOutcome publicly visible

Vanco Buca created ARROW-2725:
---------------------------------

             Summary: [JAVA] make Accountant.AllocationOutcome publicly visible
                 Key: ARROW-2725
                 URL: https://issues.apache.org/jira/browse/ARROW-2725
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java - Memory
            Reporter: Vanco Buca


ARROW-2696 improved the allocation listener, adding a function that ended up using the Accountant.AllocationOutcome. However, while AllocationOutcome is public, Accountant is package private. This limits all listeners to be members of the arrow.memory package, which seems silly.

Instead, promote AllocationOutcome into a public enum within arrow.memory



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