All Superinterfaces:
org.apache.hadoop.yarn.event.EventHandler<LogHandlerEvent>
All Known Implementing Classes:
LogAggregationService, NonAggregatingLogHandler

public interface LogHandler extends org.apache.hadoop.yarn.event.EventHandler<LogHandlerEvent>
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.apache.hadoop.yarn.api.records.ApplicationId>
     
    void
     
  • Method Details

    • handle

      void handle(LogHandlerEvent event)
      Specified by:
      handle in interface org.apache.hadoop.yarn.event.EventHandler<LogHandlerEvent>
    • getInvalidTokenApps

      Set<org.apache.hadoop.yarn.api.records.ApplicationId> getInvalidTokenApps()