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