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
Constructors -
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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.replication.WALEntryFilter
setSerial
-
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
-