java.io.Closeable, java.lang.AutoCloseable, org.apache.hadoop.service.Servicepublic class RouterMetricsService
extends org.apache.hadoop.service.AbstractService
| Constructor | Description |
|---|---|
RouterMetricsService(Router router) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.metrics2.source.JvmMetrics |
getJvmMetrics() |
Get the JVM metrics for the Router.
|
NamenodeBeanMetrics |
getNamenodeMetrics() |
Get the Namenode metrics.
|
RBFMetrics |
getRBFMetrics() |
Get the federation metrics.
|
RouterClientMetrics |
getRouterClientMetrics() |
Get the metrics system for the Router Client.
|
RouterMetrics |
getRouterMetrics() |
Get the metrics system for the Router.
|
protected void |
serviceInit(org.apache.hadoop.conf.Configuration configuration) |
|
protected void |
serviceStart() |
|
protected void |
serviceStop() |
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic RouterMetricsService(Router router)
protected void serviceInit(org.apache.hadoop.conf.Configuration configuration)
throws java.lang.Exception
serviceInit in class org.apache.hadoop.service.AbstractServicejava.lang.Exceptionprotected void serviceStart()
throws java.lang.Exception
serviceStart in class org.apache.hadoop.service.AbstractServicejava.lang.Exceptionprotected void serviceStop()
throws java.lang.Exception
serviceStop in class org.apache.hadoop.service.AbstractServicejava.lang.Exceptionpublic RouterMetrics getRouterMetrics()
public RouterClientMetrics getRouterClientMetrics()
public RBFMetrics getRBFMetrics()
public NamenodeBeanMetrics getNamenodeMetrics()
public org.apache.hadoop.metrics2.source.JvmMetrics getJvmMetrics()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.