|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.writer.writebehind.CoalesceKeysFilter
public class CoalesceKeysFilter
Filters the operations by only retaining the latest operations for a given key.
Constructor Summary | |
---|---|
CoalesceKeysFilter()
|
Method Summary | |
---|---|
void |
filter(java.util.List operations,
OperationConverter<KeyBasedOperation> converter)
Filter the operations of a write behind queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoalesceKeysFilter()
Method Detail |
---|
public void filter(java.util.List operations, OperationConverter<KeyBasedOperation> converter)
filter
in interface OperationsFilter<KeyBasedOperation>
operations
- the operations to filterconverter
- the converter to use for each operation
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |