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 |
---|---|
GetTimelineCollectorContextResponse |
CollectorNodemanagerProtocol.getTimelineCollectorContext(GetTimelineCollectorContextRequest request)
The collector needs to get the context information including user, flow
and flow run ID to associate with every incoming put-entity requests.
|
Modifier and Type | Method and Description |
---|---|
GetTimelineCollectorContextResponse |
CollectorNodemanagerProtocolPBClientImpl.getTimelineCollectorContext(GetTimelineCollectorContextRequest request) |
Modifier and Type | Method and Description |
---|---|
static GetTimelineCollectorContextResponse |
GetTimelineCollectorContextResponse.newInstance(String userId,
String flowName,
String flowVersion,
long flowRunId) |
Modifier and Type | Class and Description |
---|---|
class |
GetTimelineCollectorContextResponsePBImpl
Protocol buffer based implementation of
GetTimelineCollectorContextResponse . |
Copyright © 2022 Apache Software Foundation. All rights reserved.