@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class RunSharedCacheCleanerTaskResponse extends Object
 The response to admin from the SharedCacheManager when
 is asked to run the cleaner service.
 
Currently, this is empty.
| Constructor and Description | 
|---|
| RunSharedCacheCleanerTaskResponse() | 
| Modifier and Type | Method and 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 | 
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract boolean getAccepted()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setAccepted(boolean b)
b - True if the request has been accepted, false otherwise.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.