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 ReportNewCollectorInfoResponse |
ReportNewCollectorInfoResponse.newInstance() |
Modifier and Type | Class and Description |
---|---|
class |
ReportNewCollectorInfoResponsePBImpl
Protocol buffer based implementation of
ReportNewCollectorInfoResponse . |
Copyright © 2022 Apache Software Foundation. All rights reserved.