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