程序包 | 说明 |
---|---|
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.ipc.metrics |
限定符和类型 | 字段和说明 |
---|---|
protected RpcInstrumentation |
Server.rpcMetrics |
限定符和类型 | 方法和说明 |
---|---|
RpcInstrumentation |
Server.getRpcMetrics()
Returns a handle to the rpcMetrics (required in tests)
|
限定符和类型 | 方法和说明 |
---|---|
static RpcInstrumentation |
RpcInstrumentation.create(String serverName,
int port)
Create an RPC instrumentation object
|
static RpcInstrumentation |
RpcInstrumentation.create(String serverName,
int port,
MetricsSystem ms)
Create an RPC instrumentation object
Mostly useful for testing.
|
Copyright © 2009 The Apache Software Foundation