org.apache.hadoop.mapred
Class TaskController.DeletionContext

java.lang.Object
  extended by org.apache.hadoop.mapred.CleanupQueue.PathDeletionContext
      extended by org.apache.hadoop.mapred.TaskController.DeletionContext
Enclosing class:
TaskController

public static class TaskController.DeletionContext
extends CleanupQueue.PathDeletionContext


Constructor Summary
TaskController.DeletionContext(TaskController controller, boolean isLog, java.lang.String user, java.lang.String subDir)
           
 
Method Summary
protected  void deletePath()
          Deletes the path (and its subdirectories recursively)
 java.lang.String toString()
           
 
Methods inherited from class org.apache.hadoop.mapred.CleanupQueue.PathDeletionContext
getPathForCleanup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskController.DeletionContext

public TaskController.DeletionContext(TaskController controller,
                                      boolean isLog,
                                      java.lang.String user,
                                      java.lang.String subDir)
Method Detail

deletePath

protected void deletePath()
                   throws java.io.IOException
Description copied from class: CleanupQueue.PathDeletionContext
Deletes the path (and its subdirectories recursively)

Overrides:
deletePath in class CleanupQueue.PathDeletionContext
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class CleanupQueue.PathDeletionContext


Copyright © 2009 The Apache Software Foundation