[
https://issues.apache.org/jira/browse/ACCUMULO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved ACCUMULO-1704.
----------------------------------
Resolution: Fixed
> IteratorSetting missing (int,String,Class,Map) constructor
> ----------------------------------------------------------
>
> Key: ACCUMULO-1704
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1704
> Project: Accumulo
> Issue Type: Improvement
> Components: client
> Affects Versions: 1.5.0
> Reporter: Mike Drob
> Assignee: Josh Elser
> Priority: Trivial
> Labels: newbie
> Fix For: 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 was sent by Atlassian JIRA
(v6.1#6144)