public static class TestReplicationEndpoint.InterClusterReplicationEndpointForTest extends org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.PeerRegionServerListener
Modifier and Type | Field and Description |
---|---|
(package private) static boolean |
failedOnce |
(package private) static AtomicInteger |
replicateCount |
Constructor and Description |
---|
InterClusterReplicationEndpointForTest() |
Modifier and Type | Method and Description |
---|---|
protected Callable<Integer> |
createReplicator(List<org.apache.hadoop.hbase.wal.WAL.Entry> entries,
int ordinal,
int timeout) |
boolean |
replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext) |
createConnection, createReplicationSinkManager, doStop, init, isNoSuchColumnFamilyException, isPeerEnabled, isTableNotFoundException, replicateEntries
abort, disconnect, doStart, fetchSlavesAddresses, getLastRegionServerUpdate, getPeerUUID, getRegionServers, getZkw, isAborted, reconnect, reloadZkWatcher, setRegionServers, start, stop
canReplicateToSameCluster, getNamespaceTableCfWALEntryFilter, getScopeWALEntryFilter, getWALEntryfilter, isStarting, peerConfigUpdated
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toString
static AtomicInteger replicateCount
static boolean failedOnce
public InterClusterReplicationEndpointForTest()
public boolean replicate(org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext replicateContext)
replicate
in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
replicate
in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
protected Callable<Integer> createReplicator(List<org.apache.hadoop.hbase.wal.WAL.Entry> entries, int ordinal, int timeout)
createReplicator
in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.