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 © 2003-2013 Terracotta, Inc.. All Rights Reserved.