Uses of Class
org.apache.hadoop.ipc.RetriableException
Packages that use RetriableException
-
Uses of RetriableException in org.apache.hadoop.security.token
Methods in org.apache.hadoop.security.token that throw RetriableExceptionModifier and TypeMethodDescriptionbyte[]SecretManager.retriableRetrievePassword(T identifier) The same functionality withSecretManager.retrievePassword(T), except that this method can throw aRetriableExceptionor aStandbyExceptionto indicate that client can retry/failover the same operation because of temporary issue on the server side.