@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class SCMUploaderNotifyResponse extends Object
The response from the SharedCacheManager to the NodeManager that indicates whether the NodeManager needs to delete the cached resource it was sending the notification for.
Constructor and Description |
---|
SCMUploaderNotifyResponse() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getAccepted()
Get whether or not the shared cache manager has accepted the notified
resource (i.e.
|
abstract void |
setAccepted(boolean b)
Set whether or not the shared cache manager has accepted the notified
resource (i.e.
|
public abstract boolean getAccepted()
public abstract void setAccepted(boolean b)
b
- True if the resource has been accepted, false otherwise.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.