Package org.h2.store.fs.retry
A file system that re-opens and re-tries the operation if the file was closed, because a thread was interrupted. This will clear the interrupt flag. It is mainly useful for applications that call Thread.interrupt by mistake.
-
Class Summary Class Description FilePathRetryOnInterrupt A file system that re-opens and re-tries the operation if the file was closed, because a thread was interrupted.FileRetryOnInterrupt A file object that re-opens and re-tries the operation if the file was closed.FileRetryOnInterrupt.FileLockRetry A wrapped file lock.