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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

  • 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