Uses of Interface
org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Packages that use RouterRpcMonitor
Package
Description
Report metrics for Router-based Federation.
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 RouterRpcMonitor in org.apache.hadoop.hdfs.server.federation.metrics
Classes in org.apache.hadoop.hdfs.server.federation.metrics that implement RouterRpcMonitorModifier and TypeClassDescriptionclassCustomizable RPC performance monitor. -
Uses of RouterRpcMonitor in org.apache.hadoop.hdfs.server.federation.router
Fields in org.apache.hadoop.hdfs.server.federation.router with type parameters of type RouterRpcMonitorModifier and TypeFieldDescriptionstatic final Class<? extends RouterRpcMonitor>RBFConfigKeys.DFS_ROUTER_METRICS_CLASS_DEFAULTMethods in org.apache.hadoop.hdfs.server.federation.router that return RouterRpcMonitorModifier and TypeMethodDescriptionRouterRpcServer.getRPCMonitor()Get the RPC monitor and metrics.Constructors in org.apache.hadoop.hdfs.server.federation.router with parameters of type RouterRpcMonitorModifierConstructorDescriptionRouterRpcClient(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 RouterRpcMonitor in org.apache.hadoop.hdfs.server.federation.router.async
Constructors in org.apache.hadoop.hdfs.server.federation.router.async with parameters of type RouterRpcMonitorModifierConstructorDescriptionRouterAsyncRpcClient(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.