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.
|
org.apache.hadoop.yarn.factories | |
org.apache.hadoop.yarn.factories.impl.pb | |
org.apache.hadoop.yarn.ipc |
Modifier and Type | Class and Description |
---|---|
static class |
ProtobufRpcEngine.Server |
static class |
RPC.Server
An RPC Server.
|
static class |
WritableRpcEngine.Server
An RPC Server.
|
Modifier and Type | Method and Description |
---|---|
static Server |
Server.get()
Returns the server instance called under or null.
|
Modifier and Type | Method and Description |
---|---|
static RpcMetrics |
RpcMetrics.create(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.
|
Modifier and Type | Method and Description |
---|---|
Server |
RpcServerFactory.getServer(Class<?> protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Modifier and Type | Method and Description |
---|---|
Server |
RpcServerFactoryPBImpl.getServer(Class<?> protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers) |
Server |
RpcServerFactoryPBImpl.getServer(Class<?> protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Modifier and Type | Method and Description |
---|---|
Server |
YarnRPC.getServer(Class protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers) |
abstract Server |
YarnRPC.getServer(Class protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Server |
HadoopYarnProtoRPC.getServer(Class protocol,
Object instance,
InetSocketAddress addr,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager,
int numHandlers,
String portRangeConfig) |
Copyright © 2013 Apache Software Foundation. All rights reserved.