@Public
@Unstable
public interface SCMAdminProtocol
The protocol between administrators and the SharedCacheManager
-
Method Summary
The method used by administrators to ask SCM to run cleaner task right away
-
Method Details
-
runCleanerTask
The method used by administrators to ask SCM to run cleaner task right away
- Parameters:
request - request SharedCacheManager to run a cleaner task
- Returns:
SharedCacheManager returns an empty response
on success and throws an exception on rejecting the request
- Throws:
YarnException - exceptions from yarn servers.
IOException - io error occur.