Uses of Interface
net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation
-
Packages that use KeyBasedOperation Package Description net.sf.ehcache.writer.writebehind This package contains the write behind functionalities.net.sf.ehcache.writer.writebehind.operations This package contains the operations for the write behind functionalities. -
-
Uses of KeyBasedOperation in net.sf.ehcache.writer.writebehind
Methods in net.sf.ehcache.writer.writebehind that return KeyBasedOperation Modifier and Type Method Description KeyBasedOperationCastingOperationConverter. convert(java.lang.Object source)Convert an arbitrary objectMethod parameters in net.sf.ehcache.writer.writebehind with type arguments of type KeyBasedOperation Modifier and Type Method Description voidCoalesceKeysFilter. filter(java.util.List operations, OperationConverter<KeyBasedOperation> converter)Filter the operations of a write behind queue. -
Uses of KeyBasedOperation in net.sf.ehcache.writer.writebehind.operations
Subinterfaces of KeyBasedOperation in net.sf.ehcache.writer.writebehind.operations Modifier and Type Interface Description interfaceSingleOperationInterface to implement single operations that are performed with write-behindClasses in net.sf.ehcache.writer.writebehind.operations that implement KeyBasedOperation Modifier and Type Class Description classDeleteOperationImplements the delete operation for write behindclassWriteOperationImplements the write operation for write behind
-