@InterfaceAudience.Private public class ReplicationQueuesArguments extends Object
Constructor and Description |
---|
ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort) |
ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort,
ZooKeeperWatcher zk) |
Modifier and Type | Method and Description |
---|---|
Abortable |
getAbortable() |
org.apache.hadoop.conf.Configuration |
getConf() |
ZooKeeperWatcher |
getZk() |
void |
setAbortable(Abortable abort) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
setZk(ZooKeeperWatcher zk) |
public ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf, Abortable abort)
public ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf, Abortable abort, ZooKeeperWatcher zk)
public ZooKeeperWatcher getZk()
public void setZk(ZooKeeperWatcher zk)
public org.apache.hadoop.conf.Configuration getConf()
public void setConf(org.apache.hadoop.conf.Configuration conf)
public Abortable getAbortable()
public void setAbortable(Abortable abort)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.