Uses of Class
org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Packages that use RouterRpcClient
Package
Description
The router package includes the core services for a HDFS federation router.
This package contains classes that facilitate asynchronous operations within the Hadoop
Distributed File System (HDFS) Federation router.
-
Uses of RouterRpcClient in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return RouterRpcClientModifier and TypeMethodDescriptionRouterClientProtocol.getRpcClient()RouterRpcServer.getRPCClient()Get the RPC client to the Namenode. -
Uses of RouterRpcClient in org.apache.hadoop.hdfs.server.federation.router.async
Subclasses of RouterRpcClient in org.apache.hadoop.hdfs.server.federation.router.asyncModifier and TypeClassDescriptionclassTheRouterAsyncRpcClientclass extends the functionality of the baseRouterRpcClientclass to provide asynchronous remote procedure call (RPC) capabilities for communication with the Hadoop Distributed File System (HDFS) NameNodes in a federated environment.