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

Mike Drob updated ACCUMULO-1704:
--------------------------------

          Component/s: client
    Affects Version/s: 1.5.0
        Fix Version/s: 1.6.0
                       1.5.1
               Labels: newbie  (was: new)
    
> IteratorSetting missing (int,String,Class,Map) constructor
> ----------------------------------------------------------
>
>                 Key: ACCUMULO-1704
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1704
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.5.0
>            Reporter: Mike Drob
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 1.5.1, 1.6.0
>
>
> org.apache.accumulo.core.client.IteratorSetting has several constructors 
> including one for {{(int, String, String, Map)}}, where the third argument is 
> a class name, but is missing one that takes {{(int, String, Class, Map)}}. 
> This would be useful for users since it would be functionally identical to 
> the other 4 argument constructor, and we already have some that take 
> {{Class}} objects instead of {{String}} class names.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to