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 |
---|---|
protected abstract List<SingleOperation> |
AbstractWriteBehindQueue.quarantineItems()
Quarantine items to be processed.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWriteBehindQueue.addItem(SingleOperation operation)
Add an item to the write behind queue
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWriteBehindQueue.reinsertUnprocessedItems(List<SingleOperation> operations)
Reinsert any unfinished operations into the queue.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperation
Implements the delete operation for write behind
|
class |
WriteOperation
Implements the write 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.