Uses of Class
org.apache.hadoop.hdfs.server.federation.router.RouterStateIdContext
Packages that use RouterStateIdContext
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 RouterStateIdContext in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return RouterStateIdContextModifier and TypeMethodDescriptionRouterRpcServer.getRouterStateIdContext()Get the routerStateIdContext used by this server.Constructors in org.apache.hadoop.hdfs.server.federation.router with parameters of type RouterStateIdContextModifierConstructorDescriptionConnectionManager(org.apache.hadoop.conf.Configuration config, RouterStateIdContext routerStateIdContext) Creates a proxy client connection pool manager.RouterRpcClient(org.apache.hadoop.conf.Configuration conf, Router router, ActiveNamenodeResolver resolver, RouterRpcMonitor monitor, RouterStateIdContext routerStateIdContext) Create a router RPC client to manage remote procedure calls to NNs. -
Uses of RouterStateIdContext in org.apache.hadoop.hdfs.server.federation.router.async
Constructors in org.apache.hadoop.hdfs.server.federation.router.async with parameters of type RouterStateIdContextModifierConstructorDescriptionRouterAsyncRpcClient(org.apache.hadoop.conf.Configuration conf, Router router, ActiveNamenodeResolver resolver, RouterRpcMonitor monitor, RouterStateIdContext routerStateIdContext) Create a router async RPC client to manage remote procedure calls to NNs.