public class TestRegionReplicaReplicationEndpointNoMaster extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionReplicaReplicationEndpointNoMaster.WALEditCopro |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static ConcurrentLinkedQueue<org.apache.hadoop.hbase.wal.WAL.Entry> |
entries |
private static byte[] |
f |
private static org.apache.hadoop.hbase.HRegionInfo |
hriPrimary |
private static org.apache.hadoop.hbase.HRegionInfo |
hriSecondary |
private static HBaseTestingUtility |
HTU |
private static int |
NB_SERVERS |
private static byte[] |
row |
private static org.apache.hadoop.hbase.regionserver.HRegionServer |
rs0 |
private static org.apache.hadoop.hbase.regionserver.HRegionServer |
rs1 |
private static org.apache.hadoop.hbase.client.Table |
table |
private static org.apache.hadoop.hbase.TableName |
tableName |
| Constructor and Description |
|---|
TestRegionReplicaReplicationEndpointNoMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
static void |
afterClass() |
void |
before() |
static void |
beforeClass() |
private void |
replicateUsingCallable(org.apache.hadoop.hbase.client.ClusterConnection connection,
Queue<org.apache.hadoop.hbase.wal.WAL.Entry> entries) |
void |
testRegionReplicaReplicationEndpointReplicate() |
void |
testReplayCallable() |
void |
testReplayCallableWithRegionMove() |
public static final HBaseClassTestRule CLASS_RULE
private static final int NB_SERVERS
private static org.apache.hadoop.hbase.TableName tableName
private static org.apache.hadoop.hbase.client.Table table
private static final byte[] row
private static org.apache.hadoop.hbase.regionserver.HRegionServer rs0
private static org.apache.hadoop.hbase.regionserver.HRegionServer rs1
private static org.apache.hadoop.hbase.HRegionInfo hriPrimary
private static org.apache.hadoop.hbase.HRegionInfo hriSecondary
private static final HBaseTestingUtility HTU
private static final byte[] f
static ConcurrentLinkedQueue<org.apache.hadoop.hbase.wal.WAL.Entry> entries
public TestRegionReplicaReplicationEndpointNoMaster()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionpublic void testReplayCallable() throws Exception
Exceptionprivate void replicateUsingCallable(org.apache.hadoop.hbase.client.ClusterConnection connection, Queue<org.apache.hadoop.hbase.wal.WAL.Entry> entries) throws IOException, RuntimeException
IOExceptionRuntimeExceptionpublic void testReplayCallableWithRegionMove() throws Exception
Exceptionpublic void testRegionReplicaReplicationEndpointReplicate() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.