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.impl.pb |
Contains protocol record implementations for YARN server protocols.
|
Modifier and Type | Method and Description |
---|---|
SCMUploaderNotifyResponse |
SCMUploaderProtocol.notify(SCMUploaderNotifyRequest request)
The method used by the NodeManager's
SharedCacheUploadService
to notify the shared cache manager of a newly cached resource. |
Modifier and Type | Method and Description |
---|---|
SCMUploaderNotifyResponse |
SCMUploaderProtocolPBClientImpl.notify(SCMUploaderNotifyRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
SCMUploaderNotifyResponsePBImpl |
Copyright © 2022 Apache Software Foundation. All rights reserved.