Uses of Class
org.apache.hadoop.ha.ServiceFailedException
Packages that use ServiceFailedException
-
Uses of ServiceFailedException in org.apache.hadoop.ha
Methods in org.apache.hadoop.ha that throw ServiceFailedExceptionModifier and TypeMethodDescriptionvoidActiveStandbyElector.ActiveStandbyElectorCallback.becomeActive()This method is called when the app becomes the active leader.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.