Mike Drob created ACCUMULO-1704:
-----------------------------------

             Summary: IteratorSetting missing (int,String,Class,Map) constructor
                 Key: ACCUMULO-1704
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1704
             Project: Accumulo
          Issue Type: Bug
            Reporter: Mike Drob
            Priority: Trivial


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