Package org.apache.hadoop.ipc
Interface GenericRefreshProtocol
- All Known Implementing Classes:
GenericRefreshProtocolClientSideTranslatorPB
@Private
@Evolving
public interface GenericRefreshProtocol
Protocol which is used to refresh arbitrary things at runtime.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRefresh the resource based on identity passed in.
-
Field Details
-
versionID
static final long versionIDVersion 1: Initial version.- See Also:
-
-
Method Details
-
refresh
Refresh the resource based on identity passed in.- Parameters:
identifier- input identifier.args- input args.- Returns:
- Collection RefreshResponse.
- Throws:
IOException- raised on errors performing I/O.
-