FederationRPCMetrics@Private
@Evolving
public interface FederationRPCMBean
| Modifier and Type | Method | Description |
|---|---|---|
long |
getActiveProxyOps() |
|
java.lang.String |
getAsyncCallerPool() |
Get the JSON representation of the async caller thread pool.
|
java.lang.String |
getAvailableHandlerOnPerNs() |
JSON representation of the available handler per Ns.
|
long |
getObserverProxyOps() |
|
double |
getProcessingAvg() |
|
long |
getProcessingOps() |
|
double |
getProxyAvg() |
|
long |
getProxyOpFailureClientOverloaded() |
|
long |
getProxyOpFailureCommunicate() |
|
long |
getProxyOpFailureStandby() |
|
long |
getProxyOpNoNamenodes() |
|
long |
getProxyOpNotImplemented() |
|
java.lang.String |
getProxyOpPermitAcceptedPerNs() |
Get the number of operations accepted of each namespace.
|
long |
getProxyOpPermitRejected() |
Get the number of operations rejected due to lack of permits.
|
java.lang.String |
getProxyOpPermitRejectedPerNs() |
Get the number of operations rejected due to lack of permits of each namespace.
|
long |
getProxyOpRetries() |
|
long |
getProxyOps() |
|
long |
getRouterFailureLockedOps() |
|
long |
getRouterFailureReadOnlyOps() |
|
long |
getRouterFailureSafemodeOps() |
|
long |
getRouterFailureStateStoreOps() |
|
java.lang.String |
getRpcClientConnections() |
JSON representation of the RPC connections from the Router to the NNs.
|
int |
getRpcClientNumActiveConnections() |
Get the number of active RPC connections between the Router and the NNs.
|
int |
getRpcClientNumActiveConnectionsRecently() |
Get the number of recently active RPC connections between
the Router and the NNs.
|
int |
getRpcClientNumConnectionPools() |
Get the number of connection pools between the Router and a NNs.
|
int |
getRpcClientNumConnections() |
Get the number of RPC connections between the Router and the NNs.
|
int |
getRpcClientNumCreatingConnections() |
Get the number of RPC connections to be created.
|
int |
getRpcClientNumIdleConnections() |
Get the number of idle RPC connections between the Router and the NNs.
|
int |
getRpcServerCallQueue() |
|
int |
getRpcServerNumOpenConnections() |
Get the number of RPC connections between the clients and the Router.
|
long getProxyOps()
long getActiveProxyOps()
long getObserverProxyOps()
double getProxyAvg()
long getProcessingOps()
double getProcessingAvg()
long getProxyOpFailureCommunicate()
long getProxyOpFailureStandby()
long getProxyOpFailureClientOverloaded()
long getProxyOpNotImplemented()
long getProxyOpRetries()
long getProxyOpNoNamenodes()
long getRouterFailureStateStoreOps()
long getRouterFailureReadOnlyOps()
long getRouterFailureLockedOps()
long getRouterFailureSafemodeOps()
int getRpcServerCallQueue()
int getRpcServerNumOpenConnections()
int getRpcClientNumConnections()
int getRpcClientNumActiveConnections()
int getRpcClientNumIdleConnections()
int getRpcClientNumActiveConnectionsRecently()
int getRpcClientNumCreatingConnections()
int getRpcClientNumConnectionPools()
java.lang.String getRpcClientConnections()
java.lang.String getAvailableHandlerOnPerNs()
java.lang.String getAsyncCallerPool()
long getProxyOpPermitRejected()
java.lang.String getProxyOpPermitRejectedPerNs()
java.lang.String getProxyOpPermitAcceptedPerNs()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.