All Superinterfaces:
Runnable
All Known Implementing Classes:
AppLogAggregatorImpl

public interface AppLogAggregator extends Runnable
  • 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)