Class TestReplicationSyncUpToolBase
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolBase
- Direct Known Subclasses:
TestReplicationSyncUpTool
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.client.Connection
protected org.apache.hadoop.hbase.client.Connection
protected static final byte[]
protected org.apache.hadoop.hbase.client.Table
protected org.apache.hadoop.hbase.client.Table
protected org.apache.hadoop.hbase.client.Table
protected org.apache.hadoop.hbase.client.Table
protected static final byte[]
protected static final byte[]
protected org.apache.hadoop.hbase.client.TableDescriptor
protected org.apache.hadoop.hbase.client.TableDescriptor
protected org.apache.hadoop.hbase.client.TableDescriptor
protected org.apache.hadoop.hbase.client.TableDescriptor
protected static final org.apache.hadoop.hbase.TableName
protected static final org.apache.hadoop.hbase.TableName
protected static final HBaseTestingUtility
protected static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
customizeClusterConf
(org.apache.hadoop.conf.Configuration conf) (package private) final void
restartSourceHBaseCluster
(int numServers) (package private) final void
restartTargetHBaseCluster
(int numServers) void
setUp()
(package private) final void
(package private) final void
(package private) final void
(package private) final void
syncUp
(HBaseTestingUtility util) void
tearDown()
-
Field Details
-
UTIL1
-
UTIL2
-
TN1
-
TN2
-
FAMILY
-
QUALIFIER
-
NO_REP_FAMILY
-
t1SyncupSource
-
t1SyncupTarget
-
t2SyncupSource
-
t2SyncupTarget
-
conn1
-
conn2
-
ht1Source
-
ht2Source
-
ht1TargetAtPeer1
-
ht2TargetAtPeer1
-
-
Constructor Details
-
TestReplicationSyncUpToolBase
public TestReplicationSyncUpToolBase()
-
-
Method Details
-
customizeClusterConf
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
setupReplication
- Throws:
Exception
-
syncUp
- Throws:
Exception
-
shutDownSourceHBaseCluster
- Throws:
Exception
-
shutDownTargetHBaseCluster
- Throws:
Exception
-
restartSourceHBaseCluster
- Throws:
Exception
-
restartTargetHBaseCluster
- Throws:
Exception
-