private static class TestReplicationSinkManager.SetServersHBaseReplicationEndpoint extends org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.PeerRegionServerListener
Modifier and Type | Field and Description |
---|---|
(package private) List<org.apache.hadoop.hbase.ServerName> |
regionServers |
Modifier | Constructor and Description |
---|---|
private |
SetServersHBaseReplicationEndpoint() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.hadoop.hbase.ServerName> |
getRegionServers() |
boolean |
replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext) |
void |
setRegionServers(List<org.apache.hadoop.hbase.ServerName> regionServers) |
abort, disconnect, doStart, doStop, fetchSlavesAddresses, getLastRegionServerUpdate, getPeerUUID, getZkw, isAborted, reconnect, start, stop
canReplicateToSameCluster, getNamespaceTableCfWALEntryFilter, getScopeWALEntryFilter, getWALEntryfilter, init, isStarting, peerConfigUpdated
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toString
List<org.apache.hadoop.hbase.ServerName> regionServers
private SetServersHBaseReplicationEndpoint()
public boolean replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext)
public void setRegionServers(List<org.apache.hadoop.hbase.ServerName> regionServers)
setRegionServers
in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
public List<org.apache.hadoop.hbase.ServerName> getRegionServers()
getRegionServers
in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.