Package | Description |
---|---|
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.ipc.metrics | |
org.apache.hadoop.net |
Network-related classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
RPC.Server
An RPC Server.
|
Modifier and Type | Method and Description |
---|---|
static Server |
Server.get()
Returns the server instance called under or null.
|
Constructor and Description |
---|
RpcMetrics(String hostName,
String port,
Server server) |
Modifier and Type | Method and Description |
---|---|
static InetSocketAddress |
NetUtils.getConnectAddress(Server server)
Returns InetSocketAddress that a client can use to
connect to the server.
|
Copyright © 2010 The Apache Software Foundation