@Metrics(name="RouterClientActivity",
about="Router metrics",
context="dfs")
public class RouterClientMetrics
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static RouterClientMetrics |
create(org.apache.hadoop.conf.Configuration conf) |
|
void |
incInvokedConcurrent(java.lang.reflect.Method method) |
Increase the concurrent metrics based on the method being invoked.
|
void |
incInvokedMethod(java.lang.reflect.Method method) |
Increase the metrics based on the method being invoked.
|
void |
shutdown() |
public static RouterClientMetrics create(org.apache.hadoop.conf.Configuration conf)
public void shutdown()
public void incInvokedMethod(java.lang.reflect.Method method)
method - method being invokedpublic void incInvokedConcurrent(java.lang.reflect.Method method)
method - concurrently invoked methodCopyright © 2008–2025 Apache Software Foundation. All rights reserved.