Class TestReplicationWALEdits
java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.TestReplicationWALEdits
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.apache.hadoop.conf.Configuration
private static final byte[]
private static final byte[]
private static final org.apache.hadoop.hbase.client.RegionInfo
private static final org.apache.hadoop.hbase.TableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.wal.WALEdit
getBulkLoadWALEdit
(NavigableMap<byte[], Integer> scope) void
void
void
Test for HBASE-9038, Replication.scopeWALEdits would NPE if it wasn't filtering out the compaction WALEdit.
-
Field Details
-
CLASS_RULE
-
CONF
-
TABLE_NAME
-
F1
-
F2
-
RI
-
-
Constructor Details
-
TestReplicationWALEdits
public TestReplicationWALEdits()
-
-
Method Details