Package | Description |
---|---|
net.sf.ehcache.writer |
This package contains the cache writer functionalities.
|
net.sf.ehcache.writer.writebehind.operations |
This package contains the operations for the write behind functionalities.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCacheWriter.throwAway(Element element,
SingleOperationType operationType,
RuntimeException e)
This method will be called, whenever an Element couldn't be handled by the writer and all
the
retryAttempts have been tried. |
void |
CacheWriter.throwAway(Element element,
SingleOperationType operationType,
RuntimeException e)
This method will be called, whenever an Element couldn't be handled by the writer and all
the
retryAttempts have been tried. |
Modifier and Type | Method and Description |
---|---|
SingleOperationType |
SingleOperation.getType()
Returns a stable identifier for the type this operation can be classified in.
|
SingleOperationType |
WriteOperation.getType()
Returns a stable identifier for the type this operation can be classified in.
|
SingleOperationType |
DeleteOperation.getType()
Returns a stable identifier for the type this operation can be classified in.
|
static SingleOperationType |
SingleOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleOperationType[] |
SingleOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.