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