|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleOperation | |
---|---|
net.sf.ehcache.writer.writebehind.operations | This package contains the operations for the write behind functionalities. |
Uses of SingleOperation in net.sf.ehcache.writer.writebehind.operations |
---|
Classes in net.sf.ehcache.writer.writebehind.operations that implement SingleOperation | |
---|---|
class |
DeleteOperation
Implements the delete operation for write behind |
class |
WriteOperation
Implements the write operation for write behind |
Method parameters in net.sf.ehcache.writer.writebehind.operations with type arguments of type SingleOperation | |
---|---|
BatchOperation |
DeleteOperation.createBatchOperation(java.util.List<SingleOperation> operations)
Creates a batch operation that corresponds to the operation type of this single operation. |
BatchOperation |
SingleOperation.createBatchOperation(java.util.List<SingleOperation> operations)
Creates a batch operation that corresponds to the operation type of this single operation. |
BatchOperation |
WriteOperation.createBatchOperation(java.util.List<SingleOperation> operations)
Creates a batch operation that corresponds to the operation type of this single operation. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |