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