Chris Trezzo created HDFS-9008:
----------------------------------
Summary: Balancer#Parameters class could use a builder pattern
Key: HDFS-9008
URL: https://issues.apache.org/jira/browse/HDFS-9008
Project: Hadoop HDFS
Issue Type: Sub-task
Reporter: Chris Trezzo
Assignee: Chris Trezzo
Priority: Minor
The Balancer#Parameters class is violating a few checkstyle rules.
# Instance variables are not privately scoped and do not have accessor methods.
# The Balancer#Parameter constructor has too many arguments (according to
checkstyle).
Changing this class to use the builder pattern could fix both of these style
issues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)