Uses of Class
net.sf.ehcache.writer.writebehind.operations.SingleOperationType
-
Packages that use SingleOperationType 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. -
-
Uses of SingleOperationType in net.sf.ehcache.writer
Methods in net.sf.ehcache.writer with parameters of type SingleOperationType Modifier and Type Method Description voidAbstractCacheWriter. throwAway(Element element, SingleOperationType operationType, java.lang.RuntimeException e)This method will be called, whenever an Element couldn't be handled by the writer and all theretryAttemptshave been tried.voidCacheWriter. throwAway(Element element, SingleOperationType operationType, java.lang.RuntimeException e)This method will be called, whenever an Element couldn't be handled by the writer and all theretryAttemptshave been tried. -
Uses of SingleOperationType in net.sf.ehcache.writer.writebehind.operations
Methods in net.sf.ehcache.writer.writebehind.operations that return SingleOperationType Modifier and Type Method Description SingleOperationTypeDeleteOperation. getType()Returns a stable identifier for the type this operation can be classified in.SingleOperationTypeSingleOperation. getType()Returns a stable identifier for the type this operation can be classified in.SingleOperationTypeWriteOperation. getType()Returns a stable identifier for the type this operation can be classified in.static SingleOperationTypeSingleOperationType. valueOf(java.lang.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.
-