milleruntime commented on a change in pull request #870: Remove unused code in 
master and server
URL: https://github.com/apache/accumulo/pull/870#discussion_r245779578
 
 

 ##########
 File path: 
server/master/src/main/java/org/apache/accumulo/master/replication/DistributedWorkQueueWorkAssigner.java
 ##########
 @@ -67,45 +67,18 @@ protected boolean isWorkRequired(Status status) {
   protected int maxQueueSize;
   protected ZooCache zooCache;
 
-  /*
-   * Getters/setters for testing purposes
-   */
-  protected AccumuloClient getClient() {
-    return client;
-  }
-
   protected void setClient(AccumuloClient client) {
     this.client = client;
   }
 
-  protected AccumuloConfiguration getConf() {
-    return conf;
-  }
-
-  protected void setConf(AccumuloConfiguration conf) {
-    this.conf = conf;
-  }
-
-  protected DistributedWorkQueue getWorkQueue() {
-    return workQueue;
-  }
-
   protected void setWorkQueue(DistributedWorkQueue workQueue) {
     this.workQueue = workQueue;
   }
 
-  protected int getMaxQueueSize() {
-    return maxQueueSize;
-  }
-
   protected void setMaxQueueSize(int maxQueueSize) {
     this.maxQueueSize = maxQueueSize;
   }
 
-  protected ZooCache getZooCache() {
-    return zooCache;
-  }
-
   protected void setZooCache(ZooCache zooCache) {
     this.zooCache = zooCache;
 
 Review comment:
   Opened up #876

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to