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 |
---|---|
UnRegisterNodeManagerResponse |
ResourceTracker.unRegisterNodeManager(UnRegisterNodeManagerRequest request) |
Modifier and Type | Method and Description |
---|---|
UnRegisterNodeManagerResponse |
ResourceTrackerPBClientImpl.unRegisterNodeManager(UnRegisterNodeManagerRequest request) |
Modifier and Type | Method and Description |
---|---|
static UnRegisterNodeManagerRequest |
UnRegisterNodeManagerRequest.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId) |
Modifier and Type | Class and Description |
---|---|
class |
UnRegisterNodeManagerRequestPBImpl
PBImpl class for UnRegisterNodeManagerRequest.
|
Copyright © 2020 Apache Software Foundation. All rights reserved.