Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.ReportNewCollectorInfoRequest
Packages that use ReportNewCollectorInfoRequest
Package
Description
-
Uses of ReportNewCollectorInfoRequest in org.apache.hadoop.yarn.server.api
Methods in org.apache.hadoop.yarn.server.api with parameters of type ReportNewCollectorInfoRequestModifier and TypeMethodDescriptionCollectorNodemanagerProtocol.reportNewCollectorInfo(ReportNewCollectorInfoRequest request) TheTimelineCollectorManagerprovides a list of mapping between application and collector's address inReportNewCollectorInfoRequestto aNodeManagerto register collector's info, include: applicationId and REST URI to access collector. -
Uses of ReportNewCollectorInfoRequest in org.apache.hadoop.yarn.server.api.impl.pb.client
Methods in org.apache.hadoop.yarn.server.api.impl.pb.client with parameters of type ReportNewCollectorInfoRequestModifier and TypeMethodDescriptionCollectorNodemanagerProtocolPBClientImpl.reportNewCollectorInfo(ReportNewCollectorInfoRequest request) -
Uses of ReportNewCollectorInfoRequest in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return ReportNewCollectorInfoRequestModifier and TypeMethodDescriptionReportNewCollectorInfoRequest.newInstance(List<AppCollectorData> appCollectorsList) ReportNewCollectorInfoRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId id, String collectorAddr, org.apache.hadoop.yarn.api.records.Token token) -
Uses of ReportNewCollectorInfoRequest in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb