@InterfaceAudience.Private public class BulkLoadCellFilter extends Object
| Constructor and Description |
|---|
BulkLoadCellFilter() |
| Modifier and Type | Method and Description |
|---|---|
Cell |
filterCell(Cell cell,
org.apache.hbase.thirdparty.com.google.common.base.Predicate<byte[]> famPredicate)
Filters the bulk load cell using the supplied predicate.
|
public Cell filterCell(Cell cell, org.apache.hbase.thirdparty.com.google.common.base.Predicate<byte[]> famPredicate)
cell - The WAL cell to filter.famPredicate - Returns true of given family should be removed.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.