Package | Description |
---|---|
net.sf.ehcache.writer.writebehind.operations |
This package contains the operations for the write behind functionalities.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteAllOperation
Implements the delete all operation for write behind
|
class |
WriteAllOperation
Implements the write all operation for write behind
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.