public class TableCfWALEntryFilter extends Object implements WALEntryFilter
Constructor and Description |
---|
TableCfWALEntryFilter(ReplicationPeer peer) |
Modifier and Type | Method and Description |
---|---|
HLog.Entry |
filter(HLog.Entry entry)
Applies the filter, possibly returning a different HLog.Entry instance.
|
public TableCfWALEntryFilter(ReplicationPeer peer)
public HLog.Entry filter(HLog.Entry entry)
WALEntryFilter
filter
in interface WALEntryFilter
entry
- WAL Entry to filterCopyright © 2015 The Apache Software Foundation. All rights reserved.