ehcache

Uses of Class
net.sf.ehcache.writer.writebehind.operations.SingleOperationType

Packages that use SingleOperationType
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. 
 

Uses of SingleOperationType in net.sf.ehcache.writer
 

Methods in net.sf.ehcache.writer with parameters of type SingleOperationType
 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.
 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.
 

Uses of SingleOperationType in net.sf.ehcache.writer.writebehind.operations
 

Methods in net.sf.ehcache.writer.writebehind.operations that return SingleOperationType
 SingleOperationType WriteOperation.getType()
          Returns a stable identifier for the type this operation can be classified in.
 SingleOperationType SingleOperation.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.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.