public class DefaultDeleteTaskExecutor extends BasicDeleteTaskExecutor
DeleteTaskInfo directly.| Constructor and Description |
|---|
DefaultDeleteTaskExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteOnHadoopFileSystem(TaskExecutionContext context,
String path)
Delete files on Hadoop file system.
|
deleteOnLocalFileSystem, execute, isSupportedprotected void deleteOnHadoopFileSystem(TaskExecutionContext context, String path) throws IOException
BasicDeleteTaskExecutordeleteOnHadoopFileSystem in class BasicDeleteTaskExecutorcontext - the current contextpath - the target pathIOException - if I/O error was occurred while deleting filesCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.