Uses of Class
com.google.appengine.api.memcache.LogAndContinueErrorHandler
-
Packages that use LogAndContinueErrorHandler Package Description com.google.appengine.api.memcache Provides fast but unreliable data storage, also accessible via a JCache interface. -
-
Uses of LogAndContinueErrorHandler in com.google.appengine.api.memcache
Subclasses of LogAndContinueErrorHandler in com.google.appengine.api.memcache Modifier and Type Class Description classConsistentLogAndContinueErrorHandlerSimilar to the deprecatedLogAndContinueErrorHandlerbut consistently handles all back-end related errors.Methods in com.google.appengine.api.memcache that return LogAndContinueErrorHandler Modifier and Type Method Description static LogAndContinueErrorHandlerErrorHandlers. getConsistentLogAndContinue(Level logLevel)Returns an instance ofConsistentLogAndContinueErrorHandlerthat handles allMemcacheServiceExceptionexceptions.static LogAndContinueErrorHandlerErrorHandlers. getLogAndContinue(Level logLevel)Deprecated.UseErrorHandlers.getConsistentLogAndContinue(Level)instead
-