@InterfaceAudience.LimitedPrivate(value="Replication")
public interface WALCellFilter
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.Cell |
filterCell(WAL.Entry entry,
org.apache.hadoop.hbase.Cell cell)
Applies the filter, possibly returning a different Cell instance.
|
org.apache.hadoop.hbase.Cell filterCell(WAL.Entry entry, org.apache.hadoop.hbase.Cell cell)
entry - Entry which contains the cellcell - Cell to filterCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.