Uses of Class
org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient.ExecutionStatus
Packages that use RouterRpcClient.ExecutionStatus
Package
Description
The router package includes the core services for a HDFS federation router.
-
Uses of RouterRpcClient.ExecutionStatus in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router with parameters of type RouterRpcClient.ExecutionStatusModifier and TypeMethodDescriptionprotected voidRouterRpcClient.handleInvokeMethodIOException(FederationNamenodeContext namenode, IOException ioe, RouterRpcClient.ExecutionStatus status, boolean useObserver) The RPC request to the NameNode throws an exception, handle it according to the type of exception.protected voidRouterRpcClient.postProcessResult(Method method, RouterRpcClient.ExecutionStatus status, FederationNamenodeContext namenode, String nsId, org.apache.hadoop.hdfs.NameNodeProxiesClient.ProxyAndInfo<?> client) The RPC request is successfully processed by the NameNode, the NameNode status in the router cache is updated according to the ExecutionStatus.