public class SCMUploaderNotifyRequestPBImpl extends SCMUploaderNotifyRequest
| Constructor and Description | 
|---|
| SCMUploaderNotifyRequestPBImpl() | 
| SCMUploaderNotifyRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFileName()Get the filename of the resource that was just uploaded to the shared
 cache. | 
| org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto | getProto() | 
| String | getResourceKey()Get the  keyof the resource that was just uploaded to the
 shared cache. | 
| void | setFilename(String filename)Set the filename of the resource that was just uploaded to the shared
 cache. | 
| void | setResourceKey(String key)Set the  keyof the resource that was just uploaded to the
 shared cache. | 
public SCMUploaderNotifyRequestPBImpl()
public SCMUploaderNotifyRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.SCMUploaderNotifyRequestProto getProto()
public String getResourceKey()
SCMUploaderNotifyRequestkey of the resource that was just uploaded to the
 shared cache.getResourceKey in class SCMUploaderNotifyRequestkeypublic void setResourceKey(String key)
SCMUploaderNotifyRequestkey of the resource that was just uploaded to the
 shared cache.setResourceKey in class SCMUploaderNotifyRequestkey - unique identifier for the resourcepublic String getFileName()
SCMUploaderNotifyRequestgetFileName in class SCMUploaderNotifyRequestpublic void setFilename(String filename)
SCMUploaderNotifyRequestsetFilename in class SCMUploaderNotifyRequestfilename - the name of the fileCopyright © 2008–2023 Apache Software Foundation. All rights reserved.