@InterfaceAudience.Private public class SystemTableWALEntryFilter extends Object implements WALEntryFilter
| Constructor and Description |
|---|
SystemTableWALEntryFilter() |
| Modifier and Type | Method and Description |
|---|---|
WAL.Entry |
filter(WAL.Entry entry)
Applies the filter, possibly returning a different Entry instance.
|
public SystemTableWALEntryFilter()
public WAL.Entry filter(WAL.Entry entry)
WALEntryFilterApplies the filter, possibly returning a different Entry instance. If null is returned, the entry will be skipped.
Notice that you are free to modify the cell list of the give entry, but do not change the content of the cell, it may be used by others at the same time(and usually you can not modify a cell unless you cast it to the implementation class, which is not a good idea).
filter in interface WALEntryFilterentry - Entry to filterCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.