|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationsFilter | |
---|---|
net.sf.ehcache.writer.writebehind | This package contains the write behind functionalities. |
Uses of OperationsFilter in net.sf.ehcache.writer.writebehind |
---|
Classes in net.sf.ehcache.writer.writebehind that implement OperationsFilter | |
---|---|
class |
CoalesceKeysFilter
Filters the operations by only retaining the latest operations for a given key. |
Methods in net.sf.ehcache.writer.writebehind with parameters of type OperationsFilter | |
---|---|
void |
WriteBehindQueueManager.setOperationsFilter(OperationsFilter filter)
Set the operations filter that should be used. |
void |
WriteBehind.setOperationsFilter(OperationsFilter filter)
Set the operations filter that should be used. |
void |
NonStopWriteBehind.setOperationsFilter(OperationsFilter filter)
|
void |
AbstractWriteBehindQueue.setOperationsFilter(OperationsFilter filter)
Set the operations filter that should be used. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |