Uses of Enum Class
org.apache.hadoop.yarn.server.webproxy.AppReportFetcher.AppReportSource
Packages that use AppReportFetcher.AppReportSource
-
Uses of AppReportFetcher.AppReportSource in org.apache.hadoop.yarn.server.webproxy
Methods in org.apache.hadoop.yarn.server.webproxy that return AppReportFetcher.AppReportSourceModifier and TypeMethodDescriptionAppReportFetcher.FetchedAppReport.getAppReportSource()Returns the enum constant of this class with the specified name.static AppReportFetcher.AppReportSource[]AppReportFetcher.AppReportSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.webproxy with parameters of type AppReportFetcher.AppReportSourceModifierConstructorDescriptionFetchedAppReport(org.apache.hadoop.yarn.api.records.ApplicationReport appReport, AppReportFetcher.AppReportSource appReportSource)