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 |
---|---|
RegisterDistributedSchedulingAMResponse |
DistributedSchedulingAMProtocol.registerApplicationMasterForDistributedScheduling(org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest request)
Extends the
registerApplicationMaster to wrap the response
with additional metadata. |
Modifier and Type | Method and Description |
---|---|
RegisterDistributedSchedulingAMResponse |
DistributedSchedulingAMProtocolPBClientImpl.registerApplicationMasterForDistributedScheduling(org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest request) |
Modifier and Type | Method and Description |
---|---|
static RegisterDistributedSchedulingAMResponse |
RegisterDistributedSchedulingAMResponse.newInstance(org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse regAMResp) |
Modifier and Type | Class and Description |
---|---|
class |
RegisterDistributedSchedulingAMResponsePBImpl
Implementation of
RegisterDistributedSchedulingAMResponse . |
Copyright © 2020 Apache Software Foundation. All rights reserved.