org.apache.falcon.retention
Class FeedEvictor

java.lang.Object
  extended by Configured
      extended by org.apache.falcon.retention.FeedEvictor

public class FeedEvictor
extends Configured

Feed Evictor is called only if the retention policy that applies to the feed is that of delete.


Field Summary
static AtomicReference<PrintStream> OUT
           
 
Constructor Summary
FeedEvictor()
           
 
Method Summary
static void main(String[] args)
           
 int run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUT

public static final AtomicReference<PrintStream> OUT
Constructor Detail

FeedEvictor

public FeedEvictor()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

run

public int run(String[] args)
        throws Exception
Throws:
Exception


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