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 |
SingleOperation.createBatchOperation(List<? extends SingleOperation> operations)
Creates a batch operation that corresponds to the operation type of this single operation.
|
BatchOperation |
WriteOperation.createBatchOperation(List<? extends SingleOperation> operations)
Creates a batch operation that corresponds to the operation type of this single operation.
|
BatchOperation |
DeleteOperation.createBatchOperation(List<? extends SingleOperation> operations)
Creates a batch operation that corresponds to the operation type of this single operation.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.