SCMUploaderNotifyRequestPBImpl@Private
@Unstable
public abstract class SCMUploaderNotifyRequest
extends java.lang.Object
The request from the NodeManager to the SharedCacheManager that
notifies that a resource has been uploaded to the shared cache. The
SharedCacheManager may reject the resource for various reasons,
in which case the NodeManager should remove it from the shared cache.
| Constructor | Description |
|---|---|
SCMUploaderNotifyRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getFileName() |
Get the filename of the resource that was just uploaded to the shared
cache.
|
abstract java.lang.String |
getResourceKey() |
Get the
key of the resource that was just uploaded to the
shared cache. |
abstract void |
setFilename(java.lang.String filename) |
Set the filename of the resource that was just uploaded to the shared
cache.
|
abstract void |
setResourceKey(java.lang.String key) |
Set the
key of the resource that was just uploaded to the
shared cache. |
public abstract java.lang.String getFileName()
public abstract void setFilename(java.lang.String filename)
filename - the name of the filepublic abstract java.lang.String getResourceKey()
key of the resource that was just uploaded to the
shared cache.keypublic abstract void setResourceKey(java.lang.String key)
key of the resource that was just uploaded to the
shared cache.key - unique identifier for the resourceCopyright © 2008–2025 Apache Software Foundation. All rights reserved.