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 |
---|---|
DistributedSchedulingAllocateResponse |
DistributedSchedulingAMProtocol.allocateForDistributedScheduling(DistributedSchedulingAllocateRequest request)
Extends the
allocate to wrap the response with additional
metadata. |
Modifier and Type | Method and Description |
---|---|
DistributedSchedulingAllocateResponse |
DistributedSchedulingAMProtocolPBClientImpl.allocateForDistributedScheduling(DistributedSchedulingAllocateRequest request) |
Modifier and Type | Method and Description |
---|---|
static DistributedSchedulingAllocateResponse |
DistributedSchedulingAllocateResponse.newInstance(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse allResp) |
Modifier and Type | Class and Description |
---|---|
class |
DistributedSchedulingAllocateResponsePBImpl
Implementation of
DistributedSchedulingAllocateResponse . |
Copyright © 2020 Apache Software Foundation. All rights reserved.