@Public
@Unstable
public abstract class RunSharedCacheCleanerTaskResponse
extends java.lang.Object
The response to admin from the SharedCacheManager when
is asked to run the cleaner service.
Currently, this is empty.
| Constructor | Description |
|---|---|
RunSharedCacheCleanerTaskResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
getAccepted() |
Get whether or not the shared cache manager has accepted the request.
|
abstract void |
setAccepted(boolean b) |
Set whether or not the shared cache manager has accepted the request Shared
cache manager will reject the request if there is an ongoing task
|
@Public @Unstable public abstract boolean getAccepted()
@Public @Unstable public abstract void setAccepted(boolean b)
b - True if the request has been accepted, false otherwise.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.