Uses of Interface
net.sf.ehcache.writer.writebehind.OperationConverter
-
Packages that use OperationConverter Package Description net.sf.ehcache.writer.writebehind This package contains the write behind functionalities. -
-
Uses of OperationConverter in net.sf.ehcache.writer.writebehind
Classes in net.sf.ehcache.writer.writebehind that implement OperationConverter Modifier and Type Class Description classCastingOperationConverterA converter that simply casts an existingKeyBasedOperationinstance.Methods in net.sf.ehcache.writer.writebehind with parameters of type OperationConverter Modifier and Type Method Description voidCoalesceKeysFilter. filter(java.util.List operations, OperationConverter<KeyBasedOperation> converter)Filter the operations of a write behind queue.voidOperationsFilter. filter(java.util.List operations, OperationConverter<T> converter)Filter the operations of a write behind queue.
-