@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,
ZKWatcher zk) |
| Modifier and Type | Method and Description |
|---|---|
Abortable |
getAbortable() |
org.apache.hadoop.conf.Configuration |
getConf() |
ZKWatcher |
getZk() |
void |
setAbortable(Abortable abort) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
setZk(ZKWatcher zk) |
public ReplicationQueuesArguments(org.apache.hadoop.conf.Configuration conf,
Abortable abort)
public ZKWatcher getZk()
public void setZk(ZKWatcher 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–2018 The Apache Software Foundation. All rights reserved.