Class TestReplicationWALEntryFilters.FilterSomeCellsWALCellFilter
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters.FilterSomeCellsWALCellFilter
- All Implemented Interfaces:
org.apache.hadoop.hbase.replication.WALCellFilter
,org.apache.hadoop.hbase.replication.WALEntryFilter
- Enclosing class:
- TestReplicationWALEntryFilters
public static class TestReplicationWALEntryFilters.FilterSomeCellsWALCellFilter
extends Object
implements org.apache.hadoop.hbase.replication.WALEntryFilter, org.apache.hadoop.hbase.replication.WALCellFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.wal.WAL.Entry
filter
(org.apache.hadoop.hbase.wal.WAL.Entry entry) org.apache.hadoop.hbase.Cell
filterCell
(org.apache.hadoop.hbase.wal.WAL.Entry entry, org.apache.hadoop.hbase.Cell cell)
-
Constructor Details
-
FilterSomeCellsWALCellFilter
public FilterSomeCellsWALCellFilter()
-
-
Method Details
-
filter
- Specified by:
filter
in interfaceorg.apache.hadoop.hbase.replication.WALEntryFilter
-
filterCell
public org.apache.hadoop.hbase.Cell filterCell(org.apache.hadoop.hbase.wal.WAL.Entry entry, org.apache.hadoop.hbase.Cell cell) - Specified by:
filterCell
in interfaceorg.apache.hadoop.hbase.replication.WALCellFilter
-