Class TestReplicationWithWALExtendedAttributes
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationWithWALExtendedAttributes
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static final class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
private static org.apache.hadoop.hbase.client.Connection
private static final byte[]
private static org.apache.hadoop.hbase.client.Table
private static org.apache.hadoop.hbase.client.Table
private static final org.slf4j.Logger
private static final int
private static org.apache.hadoop.hbase.client.Admin
private static final byte[]
private static final byte[]
private static final long
private static final org.apache.hadoop.hbase.TableName
private static HBaseTestingUtil
private static HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
assertGetValues
(org.apache.hadoop.hbase.client.Get get, byte[] value) static void
static void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
conf1
-
replicationAdmin
-
connection1
-
htable1
-
htable2
-
utility1
-
utility2
-
SLEEP_TIME
- See Also:
-
NB_RETRIES
- See Also:
-
TABLE_NAME
-
FAMILY
-
ROW
-
ROW2
-
-
Constructor Details
-
TestReplicationWithWALExtendedAttributes
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testReplicationWithWALExtendedAttributes
- Throws:
Exception
-
assertGetValues
private static void assertGetValues(org.apache.hadoop.hbase.client.Get get, byte[] value) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-