@InterfaceAudience.Private public class ScopeWALEntryFilter extends Object implements WALEntryFilter
| Constructor and Description |
|---|
ScopeWALEntryFilter() |
| Modifier and Type | Method and Description |
|---|---|
HLog.Entry |
filter(HLog.Entry entry)
Applies the filter, possibly returning a different HLog.Entry instance.
|
public HLog.Entry filter(HLog.Entry entry)
WALEntryFilterfilter in interface WALEntryFilterentry - WAL Entry to filterCopyright © 2015 The Apache Software Foundation. All Rights Reserved.