JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Type Parameters:
T
- the operation type that is used by the filter
All Known Implementing Classes:
CoalesceKeysFilter
public interface OperationsFilter<T>
An interface for implementing a filter for operations before they are processed. By filtering the outstanding
operations it's for example possible to remove scheduled work before it's actually executed.
Version:
$Id: OperationsFilter.java 5594 2012-05-07 16:04:31Z cdennis $
Author:
Geert Bevin
Method Detail
filter
void filter(List operations,
OperationConverter <T > converter)
Filter the operations of a write behind queue.
Parameters:
operations
- the operations to filter
converter
- the converter to use for each operation
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright 2001-2020, Terracotta, Inc.