@InterfaceAudience.Private public class NamespaceTableCfWALEntryFilter extends Object implements WALEntryFilter, WALCellFilter
| Constructor and Description |
|---|
NamespaceTableCfWALEntryFilter(ReplicationPeer peer) |
| Modifier and Type | Method and Description |
|---|---|
WAL.Entry |
filter(WAL.Entry entry)
Applies the filter, possibly returning a different Entry instance.
|
Cell |
filterCell(WAL.Entry entry,
Cell cell)
Applies the filter, possibly returning a different Cell instance.
|
public NamespaceTableCfWALEntryFilter(ReplicationPeer peer)
public WAL.Entry filter(WAL.Entry entry)
WALEntryFilterfilter in interface WALEntryFilterentry - Entry to filterpublic Cell filterCell(WAL.Entry entry, Cell cell)
WALCellFilterfilterCell in interface WALCellFilterentry - Entry which contains the cellcell - Cell to filterCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.