org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation
Interface AppLogAggregator

All Superinterfaces:
Runnable
All Known Implementing Classes:
AppLogAggregatorImpl

public interface AppLogAggregator
extends Runnable


Method Summary
 void finishLogAggregation()
           
 void startContainerLogAggregation(org.apache.hadoop.yarn.api.records.ContainerId containerId, boolean wasContainerSuccessful)
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

startContainerLogAggregation

void startContainerLogAggregation(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                                  boolean wasContainerSuccessful)

finishLogAggregation

void finishLogAggregation()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.