@Public
@Unstable
public interface SCMAdminProtocol
The protocol between administrators and the SharedCacheManager
| Modifier and Type | Method | Description |
|---|---|---|
RunSharedCacheCleanerTaskResponse |
runCleanerTask(RunSharedCacheCleanerTaskRequest request) |
The method used by administrators to ask SCM to run cleaner task right away
|
@Public @Unstable RunSharedCacheCleanerTaskResponse runCleanerTask(RunSharedCacheCleanerTaskRequest request) throws YarnException, java.io.IOException
The method used by administrators to ask SCM to run cleaner task right away
request - request SharedCacheManager to run a cleaner taskSharedCacheManager returns an empty response
on success and throws an exception on rejecting the requestYarnException - exceptions from yarn servers.java.io.IOException - io error occur.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.