SCMUploaderCanUploadRequestPBImpl@Private
@Unstable
public abstract class SCMUploaderCanUploadRequest
extends java.lang.Object
The request from the NodeManager to the SharedCacheManager that
requests whether it can upload a resource in the shared cache.
| Constructor | Description |
|---|---|
SCMUploaderCanUploadRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getResourceKey() |
Get the
key of the resource that would be uploaded to the
shared cache. |
abstract void |
setResourceKey(java.lang.String key) |
Set the
key of the resource that would be uploaded to the
shared cache. |
public abstract java.lang.String getResourceKey()
key of the resource that would be uploaded to the
shared cache.keypublic abstract void setResourceKey(java.lang.String key)
key of the resource that would be uploaded to the
shared cache.key - unique identifier for the resourceCopyright © 2008–2025 Apache Software Foundation. All rights reserved.