Package | Description |
---|---|
org.apache.hadoop.yarn.server.api |
Contains interfaces which define the protocols to communicate with different
YARN server components.
|
org.apache.hadoop.yarn.server.api.impl.pb.client |
Contains protocol client implementations used to communicate with different
YARN server components.
|
org.apache.hadoop.yarn.server.api.protocolrecords | |
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb |
Contains protocol record implementations for YARN server protocols.
|
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
Protocol buffer based implementation of
ReportNewCollectorInfoRequest . |
Copyright © 2020 Apache Software Foundation. All rights reserved.