@Public
@Unstable
public abstract class UseSharedCacheResourceRequest
extends java.lang.Object
The request from clients to the SharedCacheManager that claims a
resource in the shared cache.
| Constructor | Description |
|---|---|
UseSharedCacheResourceRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationId |
getAppId() |
Get the
ApplicationId of the resource to be used. |
abstract java.lang.String |
getResourceKey() |
Get the
key of the resource to be used. |
abstract void |
setAppId(ApplicationId id) |
Set the
ApplicationId of the resource to be used. |
abstract void |
setResourceKey(java.lang.String key) |
Set the
key of the resource to be used. |
@Public @Unstable public abstract ApplicationId getAppId()
ApplicationId of the resource to be used.ApplicationId@Public @Unstable public abstract void setAppId(ApplicationId id)
ApplicationId of the resource to be used.id - ApplicationId@Public @Unstable public abstract java.lang.String getResourceKey()
key of the resource to be used.key@Public @Unstable public abstract void setResourceKey(java.lang.String key)
key of the resource to be used.key - unique identifier for the resourceCopyright © 2008–2025 Apache Software Foundation. All rights reserved.