org.apache.falcon.service
Class LogCleanupService

java.lang.Object
  extended by org.apache.falcon.service.LogCleanupService
All Implemented Interfaces:
FalconService

public class LogCleanupService
extends Object
implements FalconService

Log cleanup service.


Constructor Summary
LogCleanupService()
           
 
Method Summary
 void destroy()
           
 String getName()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogCleanupService

public LogCleanupService()
Method Detail

getName

public String getName()
Specified by:
getName in interface FalconService

init

public void init()
          throws FalconException
Specified by:
init in interface FalconService
Throws:
FalconException

destroy

public void destroy()
             throws FalconException
Specified by:
destroy in interface FalconService
Throws:
FalconException


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