Class TestReplicationWALEntryFilters.FilterAllCellsWALCellFilter
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationWALEntryFilters.FilterAllCellsWALCellFilter
- All Implemented Interfaces:
org.apache.hadoop.hbase.replication.WALCellFilter,org.apache.hadoop.hbase.replication.WALEntryFilter
- Enclosing class:
- TestReplicationWALEntryFilters
public static class TestReplicationWALEntryFilters.FilterAllCellsWALCellFilter
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.Entryfilter(org.apache.hadoop.hbase.wal.WAL.Entry entry) org.apache.hadoop.hbase.CellfilterCell(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, waitMethods inherited from interface org.apache.hadoop.hbase.replication.WALEntryFilter
setSerial
-
Constructor Details
-
FilterAllCellsWALCellFilter
public FilterAllCellsWALCellFilter()
-
-
Method Details
-
filter
- Specified by:
filterin 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:
filterCellin interfaceorg.apache.hadoop.hbase.replication.WALCellFilter
-