Uses of Class
org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Packages that use RouterRpcServer
Package
Description
Report metrics for Router-based Federation.
A federated location can be resolved to multiple subclusters.
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 RouterRpcServer in org.apache.hadoop.hdfs.server.federation.metrics
Methods in org.apache.hadoop.hdfs.server.federation.metrics with parameters of type RouterRpcServerModifier and TypeMethodDescriptionstatic FederationRPCMetricsFederationRPCMetrics.create(org.apache.hadoop.conf.Configuration conf, RouterRpcServer rpcServer) voidFederationRPCPerformanceMonitor.init(org.apache.hadoop.conf.Configuration configuration, RouterRpcServer rpcServer, StateStoreService stateStore) Constructors in org.apache.hadoop.hdfs.server.federation.metrics with parameters of type RouterRpcServerModifierConstructorDescriptionFederationRPCMetrics(org.apache.hadoop.conf.Configuration conf, RouterRpcServer rpcServer) -
Uses of RouterRpcServer in org.apache.hadoop.hdfs.server.federation.resolver.order
Methods in org.apache.hadoop.hdfs.server.federation.resolver.order that return RouterRpcServerModifier and TypeMethodDescriptionprotected RouterRpcServerRouterResolver.getRpcServer()Get the Router RPC server. -
Uses of RouterRpcServer in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return RouterRpcServerModifier and TypeMethodDescriptionRouter.createRpcServer()Create a new Router RPC server to proxy ClientProtocol requests.Router.getRpcServer()Get the Router RPC server.RouterClientProtocol.getRpcServer()Methods in org.apache.hadoop.hdfs.server.federation.router with parameters of type RouterRpcServerModifier and TypeMethodDescriptionvoidRouterRpcMonitor.init(org.apache.hadoop.conf.Configuration conf, RouterRpcServer server, StateStoreService store) Initialize the monitor.Constructors in org.apache.hadoop.hdfs.server.federation.router with parameters of type RouterRpcServerModifierConstructorDescriptionErasureCoding(RouterRpcServer server) Quota(Router router, RouterRpcServer server) RouterCacheAdmin(RouterRpcServer server) RouterClientProtocol(org.apache.hadoop.conf.Configuration conf, RouterRpcServer rpcServer) RouterFederationRename(RouterRpcServer rpcServer, org.apache.hadoop.conf.Configuration conf) RouterSnapshot(RouterRpcServer server) RouterStoragePolicy(RouterRpcServer server) RouterUserProtocol(RouterRpcServer server) -
Uses of RouterRpcServer in org.apache.hadoop.hdfs.server.federation.router.async
Constructors in org.apache.hadoop.hdfs.server.federation.router.async with parameters of type RouterRpcServerModifierConstructorDescriptionAsyncErasureCoding(RouterRpcServer server) AsyncQuota(Router router, RouterRpcServer server) RouterAsyncCacheAdmin(RouterRpcServer server) RouterAsyncClientProtocol(org.apache.hadoop.conf.Configuration conf, RouterRpcServer rpcServer) RouterAsyncSnapshot(RouterRpcServer server)