Uses of Interface
net.sf.ehcache.writer.writebehind.operations.BatchOperation
-
Packages that use BatchOperation Package Description 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 Modifier and Type Class Description classDeleteAllOperationImplements the delete all operation for write behindclassWriteAllOperationImplements the write all operation for write behindMethods in net.sf.ehcache.writer.writebehind.operations that return BatchOperation Modifier and Type Method Description BatchOperationDeleteOperation. createBatchOperation(java.util.List<? extends SingleOperation> operations)Creates a batch operation that corresponds to the operation type of this single operation.BatchOperationSingleOperation. createBatchOperation(java.util.List<? extends SingleOperation> operations)Creates a batch operation that corresponds to the operation type of this single operation.BatchOperationWriteOperation. createBatchOperation(java.util.List<? extends SingleOperation> operations)Creates a batch operation that corresponds to the operation type of this single operation.
-