@FunctionalInterface public static interface ConcurrentBatchFileCacheRepository.ExceptionHandler
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
handle(org.apache.hadoop.fs.Path path,
IOException exception)
Process exception and returns an alternative result.
|
org.apache.hadoop.fs.Path handle(org.apache.hadoop.fs.Path path, IOException exception) throws IOException
path
- the original file pathexception
- the occurred exceptionnull
for unsupported fileIOException
- if propagate the original exceptionCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.