Interface AppLogAggregator
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AppLogAggregatorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidbooleanvoidstartContainerLogAggregation(org.apache.hadoop.yarn.server.api.ContainerLogContext logContext) org.apache.hadoop.security.UserGroupInformationupdateCredentials(org.apache.hadoop.security.Credentials cred)
-
Method Details
-
startContainerLogAggregation
void startContainerLogAggregation(org.apache.hadoop.yarn.server.api.ContainerLogContext logContext) -
abortLogAggregation
void abortLogAggregation() -
finishLogAggregation
void finishLogAggregation() -
disableLogAggregation
void disableLogAggregation() -
enableLogAggregation
void enableLogAggregation() -
isAggregationEnabled
boolean isAggregationEnabled() -
updateCredentials
org.apache.hadoop.security.UserGroupInformation updateCredentials(org.apache.hadoop.security.Credentials cred)
-