public class TestReplicationWALEntryFilters extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static byte[] |
a |
(package private) static byte[] |
b |
(package private) static byte[] |
c |
static HBaseClassTestRule |
CLASS_RULE |
(package private) static byte[] |
d |
(package private) org.apache.hadoop.hbase.replication.WALEntryFilter |
nullFilter |
(package private) org.apache.hadoop.hbase.replication.WALEntryFilter |
passFilter |
Constructor and Description |
---|
TestReplicationWALEntryFilters() |
Modifier and Type | Method and Description |
---|---|
private 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 |
testChainWALEntryFilter() |
void |
testNamespaceTableCfWALEntryFilter() |
void |
testNamespaceTableCfWALEntryFilter2() |
void |
testScopeWALEntryFilter() |
void |
testSystemTableWALEntryFilter() |
public static final HBaseClassTestRule CLASS_RULE
static byte[] a
static byte[] b
static byte[] c
static byte[] d
org.apache.hadoop.hbase.replication.WALEntryFilter nullFilter
org.apache.hadoop.hbase.replication.WALEntryFilter passFilter
public TestReplicationWALEntryFilters()
public void testSystemTableWALEntryFilter()
public void testScopeWALEntryFilter()
public void testChainWALEntryFilter()
public void testNamespaceTableCfWALEntryFilter()
public void testNamespaceTableCfWALEntryFilter2()
private org.apache.hadoop.hbase.wal.WAL.Entry createEntry(TreeMap<byte[],Integer> scopes, byte[]... kvs)
private void assertEquals(org.apache.hadoop.hbase.wal.WAL.Entry e1, org.apache.hadoop.hbase.wal.WAL.Entry e2)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.