public interface AppLogAggregator extends Runnable
| Modifier and Type | Method and Description | 
|---|---|
| void | abortLogAggregation() | 
| void | disableLogAggregation() | 
| void | enableLogAggregation() | 
| void | finishLogAggregation() | 
| boolean | isAggregationEnabled() | 
| void | startContainerLogAggregation(org.apache.hadoop.yarn.server.api.ContainerLogContext logContext) | 
| org.apache.hadoop.security.UserGroupInformation | updateCredentials(org.apache.hadoop.security.Credentials cred) | 
void startContainerLogAggregation(org.apache.hadoop.yarn.server.api.ContainerLogContext logContext)
void abortLogAggregation()
void finishLogAggregation()
void disableLogAggregation()
void enableLogAggregation()
boolean isAggregationEnabled()
org.apache.hadoop.security.UserGroupInformation updateCredentials(org.apache.hadoop.security.Credentials cred)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.