org.apache.hadoop.yarn.logaggregation
Class AggregatedLogDeletionService

java.lang.Object
  extended by org.apache.hadoop.yarn.service.AbstractService
      extended by org.apache.hadoop.yarn.logaggregation.AggregatedLogDeletionService
All Implemented Interfaces:
Service

public class AggregatedLogDeletionService
extends AbstractService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.yarn.service.Service
Service.STATE
 
Constructor Summary
AggregatedLogDeletionService()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.hadoop.yarn.service.AbstractService
getConfig, getName, getServiceState, getStartTime, init, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedLogDeletionService

public AggregatedLogDeletionService()
Method Detail

start

public void start()
Specified by:
start in interface Service
Overrides:
start in class AbstractService

stop

public void stop()
Specified by:
stop in interface Service
Overrides:
stop in class AbstractService


Copyright © 2012 Apache Software Foundation. All Rights Reserved.