public class TestReplicationWithTags extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestReplicationWithTags.TestCoprocessorForTagsAtSink |
static class |
TestReplicationWithTags.TestCoprocessorForTagsAtSource |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf1 |
private static org.apache.hadoop.conf.Configuration |
conf2 |
private static org.apache.hadoop.hbase.client.Connection |
connection1 |
private static org.apache.hadoop.hbase.client.Connection |
connection2 |
private static byte[] |
FAMILY |
private static org.apache.hadoop.hbase.client.Table |
htable1 |
private static org.apache.hadoop.hbase.client.Table |
htable2 |
private static org.slf4j.Logger |
LOG |
private static int |
NB_RETRIES |
private static org.apache.hadoop.hbase.client.replication.ReplicationAdmin |
replicationAdmin |
private static byte[] |
ROW |
private static long |
SLEEP_TIME |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static byte |
TAG_TYPE |
private static HBaseTestingUtility |
utility1 |
private static HBaseTestingUtility |
utility2 |
Constructor and Description |
---|
TestReplicationWithTags() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testReplicationWithCellTags() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final byte TAG_TYPE
private static org.apache.hadoop.conf.Configuration conf1
private static org.apache.hadoop.conf.Configuration conf2
private static org.apache.hadoop.hbase.client.replication.ReplicationAdmin replicationAdmin
private static org.apache.hadoop.hbase.client.Connection connection1
private static org.apache.hadoop.hbase.client.Connection connection2
private static org.apache.hadoop.hbase.client.Table htable1
private static org.apache.hadoop.hbase.client.Table htable2
private static HBaseTestingUtility utility1
private static HBaseTestingUtility utility2
private static final long SLEEP_TIME
private static final int NB_RETRIES
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final byte[] FAMILY
private static final byte[] ROW
public TestReplicationWithTags()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testReplicationWithCellTags() throws Exception
Exception
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.