| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Method | Description |
|---|---|---|
RefreshResponse |
RefreshHandler.handleRefresh(java.lang.String identifier,
java.lang.String[] args) |
Implement this method to accept refresh requests from the administrator.
|
static RefreshResponse |
RefreshResponse.successResponse() |
Convenience method to create a response for successful refreshes.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<RefreshResponse> |
RefreshRegistry.dispatch(java.lang.String identifier,
java.lang.String[] args) |
Lookup the responsible handler and return its result.
|
java.util.Collection<RefreshResponse> |
GenericRefreshProtocol.refresh(java.lang.String identifier,
java.lang.String[] args) |
Refresh the resource based on identity passed in.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.