org.apache.falcon.cleanup
Class FeedCleanupHandler

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

public class FeedCleanupHandler
extends AbstractCleanupHandler

Cleanup files relating to feed management workflows.


Field Summary
 
Fields inherited from class org.apache.falcon.cleanup.AbstractCleanupHandler
EVALUATOR, LOG, RESOLVER, STORE
 
Constructor Summary
FeedCleanupHandler()
           
 
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

FeedCleanupHandler

public FeedCleanupHandler()
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.