org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation
Interface AppLogAggregator
- All Superinterfaces:
- Runnable
- All Known Implementing Classes:
- AppLogAggregatorImpl
public interface AppLogAggregator
- extends Runnable
| Methods inherited from interface java.lang.Runnable |
run |
startContainerLogAggregation
void startContainerLogAggregation(org.apache.hadoop.yarn.api.records.ContainerId containerId,
boolean wasContainerSuccessful)
finishLogAggregation
void finishLogAggregation()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.