Class TestReplicationWALEntryFilters
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescription(package private) static byte[]
(package private) static byte[]
(package private) static byte[]
static final HBaseClassTestRule
(package private) static byte[]
(package private) org.apache.hadoop.hbase.replication.WALEntryFilter
(package private) org.apache.hadoop.hbase.replication.WALEntryFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertEquals
(org.apache.hadoop.hbase.wal.WAL.Entry e1, org.apache.hadoop.hbase.wal.WAL.Entry e2) private org.apache.hadoop.hbase.wal.WAL.Entry
createEntry
(TreeMap<byte[], Integer> scopes, byte[]... kvs) void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
a
-
b
-
c
-
d
-
nullFilter
org.apache.hadoop.hbase.replication.WALEntryFilter nullFilter -
passFilter
org.apache.hadoop.hbase.replication.WALEntryFilter passFilter
-
-
Constructor Details
-
TestReplicationWALEntryFilters
public TestReplicationWALEntryFilters()
-
-
Method Details
-
testSystemTableWALEntryFilter
-
testScopeWALEntryFilter
-
testChainWALEntryWithCellFilter
-
testChainWALEmptyEntryWithCellFilter
-
testChainWALEntryFilter
-
testNamespaceTableCfWALEntryFilter
-
testNamespaceTableCfWALEntryFilter2
-
createEntry
private org.apache.hadoop.hbase.wal.WAL.Entry createEntry(TreeMap<byte[], Integer> scopes, byte[]... kvs) -
assertEquals
private void assertEquals(org.apache.hadoop.hbase.wal.WAL.Entry e1, org.apache.hadoop.hbase.wal.WAL.Entry e2)
-