Class TestReplicationWALEntryFilters
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters
@Tag("org.apache.hadoop.hbase.testclassification.ReplicationTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestReplicationWALEntryFilters
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static byte[](package private) static byte[](package private) static byte[](package private) static byte[](package private) org.apache.hadoop.hbase.replication.WALEntryFilter(package private) org.apache.hadoop.hbase.replication.WALEntryFilter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertEntryEquals(org.apache.hadoop.hbase.wal.WAL.Entry e1, org.apache.hadoop.hbase.wal.WAL.Entry e2) private org.apache.hadoop.hbase.wal.WAL.EntrycreateEntry(TreeMap<byte[], Integer> scopes, byte[]... kvs) voidvoidvoidvoidvoidvoidvoid
-
Field Details
-
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) -
assertEntryEquals
private void assertEntryEquals(org.apache.hadoop.hbase.wal.WAL.Entry e1, org.apache.hadoop.hbase.wal.WAL.Entry e2)
-