Interface WALCellFilter
- All Known Implementing Classes:
NamespaceTableCfWALEntryFilter
,ScopeWALEntryFilter
A filter for WAL entry cells before being sent over to replication.
-
Method Summary
Modifier and TypeMethodDescriptionfilterCell
(WAL.Entry entry, Cell cell) Applies the filter, possibly returning a different Cell instance.
-
Method Details
-
filterCell
Applies the filter, possibly returning a different Cell instance. If null is returned, the cell will be skipped.- Parameters:
entry
- Entry which contains the cellcell
- Cell to filter- Returns:
- a (possibly modified) Cell to use. Returning null will cause the cell to be skipped for replication.
-