Uses of Interface
net.sf.ehcache.writer.writebehind.OperationsFilter
-
Packages that use OperationsFilter Package Description 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 Modifier and Type Class Description classCoalesceKeysFilterFilters the operations by only retaining the latest operations for a given key.Methods in net.sf.ehcache.writer.writebehind with parameters of type OperationsFilter Modifier and Type Method Description voidAbstractWriteBehindQueue. setOperationsFilter(OperationsFilter filter)Set the operations filter that should be used.voidNonStopWriteBehind. setOperationsFilter(OperationsFilter filter)voidWriteBehind. setOperationsFilter(OperationsFilter filter)Set the operations filter that should be used.voidWriteBehindQueueManager. setOperationsFilter(OperationsFilter filter)Set the operations filter that should be used.
-