Modifier and Type | Method and Description |
---|---|
ReportNewCollectorInfoResponse |
CollectorNodemanagerProtocol.reportNewCollectorInfo(ReportNewCollectorInfoRequest request)
The
TimelineCollectorManager provides a list of mapping
between application and collector's address in
ReportNewCollectorInfoRequest to a NodeManager to
register collector's info, include: applicationId and REST URI to
access collector. |
Modifier and Type | Method and Description |
---|---|
ReportNewCollectorInfoResponse |
CollectorNodemanagerProtocolPBClientImpl.reportNewCollectorInfo(ReportNewCollectorInfoRequest request) |
Modifier and Type | Method and Description |
---|---|
static ReportNewCollectorInfoRequest |
ReportNewCollectorInfoRequest.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId id,
String collectorAddr,
org.apache.hadoop.yarn.api.records.Token token) |
static ReportNewCollectorInfoRequest |
ReportNewCollectorInfoRequest.newInstance(List<AppCollectorData> appCollectorsList) |
Modifier and Type | Class and Description |
---|---|
class |
ReportNewCollectorInfoRequestPBImpl |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.