org.apache.falcon.cleanup
Class ProcessCleanupHandler

java.lang.Object
  extended by org.apache.falcon.cleanup.AbstractCleanupHandler
      extended by org.apache.falcon.cleanup.ProcessCleanupHandler

public class ProcessCleanupHandler
extends AbstractCleanupHandler

Handler to cleanup files left behind by falcon relating to process.


Field Summary
 
Fields inherited from class org.apache.falcon.cleanup.AbstractCleanupHandler
EVALUATOR, LOG, RESOLVER, STORE
 
Constructor Summary
ProcessCleanupHandler()
           
 
Method Summary
 void cleanup()
           
protected  Path getLogPath(Entity entity, String stagingPath)
           
 
Methods inherited from class org.apache.falcon.cleanup.AbstractCleanupHandler
delete, delete, getAllLogs, getCurrentColo, getFileSystem, getRetention
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessCleanupHandler

public ProcessCleanupHandler()
Method Detail

cleanup

public void cleanup()
             throws FalconException
Specified by:
cleanup in class AbstractCleanupHandler
Throws:
FalconException

getLogPath

protected Path getLogPath(Entity entity,
                          String stagingPath)
Specified by:
getLogPath in class AbstractCleanupHandler


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.