Package org.apache.hadoop.ipc
Interface RefreshHandler
@Unstable
public interface RefreshHandler
Used to registry custom methods to refresh at runtime.
-
Method Summary
Modifier and TypeMethodDescriptionhandleRefresh(String identifier, String[] args) Implement this method to accept refresh requests from the administrator.
-
Method Details
-
handleRefresh
Implement this method to accept refresh requests from the administrator.- Parameters:
identifier- is the identifier you registered earlierargs- contains a list of string args from the administrator- Returns:
- a RefreshResponse
-