| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.ipc.metrics |
RPC related metrics.
|
| org.apache.hadoop.net |
Network-related classes.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ProtobufRpcEngine.Server |
Deprecated.
Server implementation is always ProtobufRpcEngine2 based implementation,
supports backward compatibility for protobuf 2.5 based implementations,
which uses non-shaded protobuf classes.
|
static class |
ProtobufRpcEngine2.Server |
|
static class |
RPC.Server |
An RPC Server.
|
static class |
WritableRpcEngine.Server |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Server |
Server.get() |
|
Server |
Server.Connection.getServer() |
| Modifier and Type | Method | Description |
|---|---|---|
static RpcMetrics |
RpcMetrics.create(Server server,
Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.net.InetSocketAddress |
NetUtils.getConnectAddress(Server server) |
Returns InetSocketAddress that a client can use to
connect to the server.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.