Uses of Annotation Interface
org.apache.hadoop.io.retry.Idempotent
Packages that use Idempotent
Package
Description
Tools to help define network clients and servers.
Classes for hadoop security.
Support for service-level authorization.
-
Uses of Idempotent in org.apache.hadoop.ha
Methods in org.apache.hadoop.ha with annotations of type IdempotentModifier and TypeMethodDescriptionvoidZKFCProtocol.cedeActive(int millisToCede) Request that this service yield from the active node election for the specified time period.HAServiceProtocol.getServiceStatus()Return the current status of the service.voidZKFCProtocol.gracefulFailover()Request that this node try to become active through a graceful failover.voidHAServiceProtocol.monitorHealth()Monitor the health of service.voidHAServiceProtocol.transitionToActive(HAServiceProtocol.StateChangeRequestInfo reqInfo) Request service to transition to active state.voidHAServiceProtocol.transitionToObserver(HAServiceProtocol.StateChangeRequestInfo reqInfo) Request service to transition to observer state.voidHAServiceProtocol.transitionToStandby(HAServiceProtocol.StateChangeRequestInfo reqInfo) Request service to transition to standby state. -
Uses of Idempotent in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc with annotations of type IdempotentModifier and TypeMethodDescriptionRefresh the resource based on identity passed in.voidRefreshCallQueueProtocol.refreshCallQueue()Refresh the callqueue. -
Uses of Idempotent in org.apache.hadoop.security
Methods in org.apache.hadoop.security with annotations of type IdempotentModifier and TypeMethodDescriptionvoidRefreshUserMappingsProtocol.refreshSuperUserGroupsConfiguration()Refresh superuser proxy group listvoidRefreshUserMappingsProtocol.refreshUserToGroupsMappings()Refresh user to group mappings. -
Uses of Idempotent in org.apache.hadoop.security.authorize
Methods in org.apache.hadoop.security.authorize with annotations of type IdempotentModifier and TypeMethodDescriptionvoidRefreshAuthorizationPolicyProtocol.refreshServiceAcl()Refresh the service-level authorization policy in-effect. -
Uses of Idempotent in org.apache.hadoop.tools
Methods in org.apache.hadoop.tools with annotations of type IdempotentModifier and TypeMethodDescriptionString[]GetUserMappingsProtocol.getGroupsForUser(String user) Get the groups which are mapped to the given user.