| Package | Description |
|---|---|
| org.apache.hadoop.ha | |
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.security | |
| org.apache.hadoop.security.authorize |
Support for service-level authorization.
|
| org.apache.hadoop.tools |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ZKFCProtocol.cedeActive(int millisToCede) |
Request that this service yield from the active node election for the
specified time period.
|
HAServiceStatus |
HAServiceProtocol.getServiceStatus() |
Return the current status of the service.
|
void |
ZKFCProtocol.gracefulFailover() |
Request that this node try to become active through a graceful failover.
|
void |
HAServiceProtocol.monitorHealth() |
Monitor the health of service.
|
void |
HAServiceProtocol.transitionToActive(HAServiceProtocol.StateChangeRequestInfo reqInfo) |
Request service to transition to active state.
|
void |
HAServiceProtocol.transitionToObserver(HAServiceProtocol.StateChangeRequestInfo reqInfo) |
Request service to transition to observer state.
|
void |
HAServiceProtocol.transitionToStandby(HAServiceProtocol.StateChangeRequestInfo reqInfo) |
Request service to transition to standby state.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<RefreshResponse> |
GenericRefreshProtocol.refresh(java.lang.String identifier,
java.lang.String[] args) |
Refresh the resource based on identity passed in.
|
void |
RefreshCallQueueProtocol.refreshCallQueue() |
Refresh the callqueue.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RefreshUserMappingsProtocol.refreshSuperUserGroupsConfiguration() |
Refresh superuser proxy group list
|
void |
RefreshUserMappingsProtocol.refreshUserToGroupsMappings() |
Refresh user to group mappings.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RefreshAuthorizationPolicyProtocol.refreshServiceAcl() |
Refresh the service-level authorization policy in-effect.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
GetUserMappingsProtocol.getGroupsForUser(java.lang.String user) |
Get the groups which are mapped to the given user.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.