T
- the operation type that is used by the filterpublic interface OperationsFilter<T>
Modifier and Type | Method and Description |
---|---|
void |
filter(java.util.List operations,
OperationConverter<T> converter)
Filter the operations of a write behind queue.
|
void filter(java.util.List operations, OperationConverter<T> converter)
operations
- the operations to filterconverter
- the converter to use for each operation