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