Class SyncReplicationStandbyTestBase
java.lang.Object
org.apache.hadoop.hbase.replication.SyncReplicationTestBase
org.apache.hadoop.hbase.replication.SyncReplicationStandbyTestBase
- Direct Known Subclasses:
TestSyncReplicationStandbyAsyncFSWAL
,TestSyncReplicationStandbyFSHLog
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static interface
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.replication.SyncReplicationTestBase
CF, CQ, PEER_ID, REMOTE_WAL_DIR1, REMOTE_WAL_DIR2, TABLE_NAME, UTIL1, UTIL2, ZK_UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertDisallow
(org.apache.hadoop.hbase.client.Table table, SyncReplicationStandbyTestBase.TableAction action) void
Methods inherited from class org.apache.hadoop.hbase.replication.SyncReplicationTestBase
getRemoteWALDir, getRemoteWALDir, getReplayRemoteWALs, initTestingUtility, setUp, tearDown, verify, verifyNotReplicatedThroughRegion, verifyRemovedPeer, verifyReplicationRequestRejection, verifyThroughRegion, waitUntilDeleted, waitUntilReplicationDone, write, writeAndVerifyReplication
-
Constructor Details
-
SyncReplicationStandbyTestBase
public SyncReplicationStandbyTestBase()
-
-
Method Details
-
assertDisallow
private void assertDisallow(org.apache.hadoop.hbase.client.Table table, SyncReplicationStandbyTestBase.TableAction action) throws IOException - Throws:
IOException
-
testStandby
- Throws:
Exception
-