Uses of Interface
net.sf.ehcache.writer.writebehind.operations.SingleOperation
-
Packages that use SingleOperation 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 SingleOperation in net.sf.ehcache.writer.writebehind
Methods in net.sf.ehcache.writer.writebehind that return types with arguments of type SingleOperation Modifier and Type Method Description protected abstract java.util.List<SingleOperation>AbstractWriteBehindQueue. quarantineItems()Quarantine items to be processed.Methods in net.sf.ehcache.writer.writebehind with parameters of type SingleOperation Modifier and Type Method Description protected abstract voidAbstractWriteBehindQueue. addItem(SingleOperation operation)Add an item to the write behind queueMethod parameters in net.sf.ehcache.writer.writebehind with type arguments of type SingleOperation Modifier and Type Method Description protected abstract voidAbstractWriteBehindQueue. reinsertUnprocessedItems(java.util.List<SingleOperation> operations)Reinsert any unfinished operations into the queue. -
Uses of SingleOperation in net.sf.ehcache.writer.writebehind.operations
Classes in net.sf.ehcache.writer.writebehind.operations that implement SingleOperation Modifier and Type Class Description classDeleteOperationImplements the delete operation for write behindclassWriteOperationImplements the write operation for write behindMethod parameters in net.sf.ehcache.writer.writebehind.operations with type arguments of type SingleOperation 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.
-