Class BulkLoadCellFilter

java.lang.Object
org.apache.hadoop.hbase.replication.BulkLoadCellFilter

@Private public class BulkLoadCellFilter extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • filterCell

      public ExtendedCell filterCell(ExtendedCell cell, org.apache.hbase.thirdparty.com.google.common.base.Predicate<byte[]> famPredicate)
      Filters the bulk load cell using the supplied predicate.
      Parameters:
      cell - The WAL cell to filter.
      famPredicate - Returns true of given family should be removed.
      Returns:
      The filtered cell.