| 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.
|
| Modifier and Type | Method and Description |
|---|---|
KeyBasedOperation |
CastingOperationConverter.convert(Object source)
Convert an arbitrary object
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoalesceKeysFilter.filter(List operations,
OperationConverter<KeyBasedOperation> converter)
Filter the operations of a write behind queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingleOperation
Interface to implement single operations that are performed with write-behind
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteOperation
Implements the delete operation for write behind
|
class |
WriteOperation
Implements the write operation for write behind
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.