@InterfaceAudience.Private public class ReplicationFactory extends Object
Constructor and Description |
---|
ReplicationFactory() |
Modifier and Type | Method and Description |
---|---|
static ReplicationPeers |
getReplicationPeers(ZKWatcher zk,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable) |
static ReplicationPeers |
getReplicationPeers(ZKWatcher zk,
org.apache.hadoop.conf.Configuration conf,
ReplicationQueuesClient queuesClient,
Abortable abortable) |
static ReplicationQueues |
getReplicationQueues(ReplicationQueuesArguments args) |
static ReplicationQueuesClient |
getReplicationQueuesClient(ReplicationQueuesClientArguments args) |
static ReplicationTracker |
getReplicationTracker(ZKWatcher zookeeper,
ReplicationPeers replicationPeers,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Stoppable stopper) |
public ReplicationFactory()
public static ReplicationQueues getReplicationQueues(ReplicationQueuesArguments args) throws Exception
Exception
public static ReplicationQueuesClient getReplicationQueuesClient(ReplicationQueuesClientArguments args) throws Exception
Exception
public static ReplicationPeers getReplicationPeers(ZKWatcher zk, org.apache.hadoop.conf.Configuration conf, Abortable abortable)
public static ReplicationPeers getReplicationPeers(ZKWatcher zk, org.apache.hadoop.conf.Configuration conf, ReplicationQueuesClient queuesClient, Abortable abortable)
public static ReplicationTracker getReplicationTracker(ZKWatcher zookeeper, ReplicationPeers replicationPeers, org.apache.hadoop.conf.Configuration conf, Abortable abortable, Stoppable stopper)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.