@InterfaceAudience.Private public class BulkLoadCellFilter extends Object
| Constructor and Description |
|---|
BulkLoadCellFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.Cell |
filterCell(org.apache.hadoop.hbase.Cell cell,
org.apache.hbase.thirdparty.com.google.common.base.Predicate<byte[]> famPredicate)
Filters the bulk load cell using the supplied predicate.
|
public org.apache.hadoop.hbase.Cell filterCell(org.apache.hadoop.hbase.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.