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 Details

  • Method Details

    • filter

      public org.apache.hadoop.hbase.wal.WAL.Entry filter(org.apache.hadoop.hbase.wal.WAL.Entry entry)
      Specified by:
      filter in interface org.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 interface org.apache.hadoop.hbase.replication.WALCellFilter