Class BulkLoadCellFilter
java.lang.Object
org.apache.hadoop.hbase.replication.BulkLoadCellFilter
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ExtendedCellBuilder
private static final org.slf4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfilterCell
(ExtendedCell cell, org.apache.hbase.thirdparty.com.google.common.base.Predicate<byte[]> famPredicate) Filters the bulk load cell using the supplied predicate.
-
Field Details
-
LOG
-
cellBuilder
-
-
Constructor Details
-
BulkLoadCellFilter
public BulkLoadCellFilter()
-
-
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.
-