public class TestReplicationBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static ReplicationAdmin |
admin |
protected static Configuration |
CONF_WITH_LOCALFS |
protected static Configuration |
conf1 |
protected static Configuration |
conf2 |
protected static byte[] |
famName |
protected static Table |
htable1 |
protected static Table |
htable2 |
protected static int |
NB_RETRIES |
protected static int |
NB_ROWS_IN_BATCH |
protected static int |
NB_ROWS_IN_BIG_BATCH |
protected static byte[] |
noRepfamName |
protected static byte[] |
row |
protected static long |
SLEEP_TIME |
protected static TableName |
tableName |
protected static HBaseTestingUtility |
utility1 |
protected static HBaseTestingUtility |
utility2 |
protected static ZooKeeperWatcher |
zkw1 |
protected static ZooKeeperWatcher |
zkw2 |
Constructor and Description |
---|
TestReplicationBase() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
protected static Configuration conf1
protected static Configuration conf2
protected static Configuration CONF_WITH_LOCALFS
protected static ZooKeeperWatcher zkw1
protected static ZooKeeperWatcher zkw2
protected static ReplicationAdmin admin
protected static Table htable1
protected static Table htable2
protected static HBaseTestingUtility utility1
protected static HBaseTestingUtility utility2
protected static final int NB_ROWS_IN_BATCH
protected static final int NB_ROWS_IN_BIG_BATCH
protected static final long SLEEP_TIME
protected static final int NB_RETRIES
protected static final TableName tableName
protected static final byte[] famName
protected static final byte[] row
protected static final byte[] noRepfamName