Uses of Class
org.apache.hadoop.ipc.Server
Packages that use Server
Package
Description
Tools to help define network clients and servers.
RPC related metrics.
Network-related classes.
-
Uses of Server in org.apache.hadoop.ipc
Subclasses of Server in org.apache.hadoop.ipcModifier and TypeClassDescriptionstatic classDeprecated.Server implementation is always ProtobufRpcEngine2 based implementation, supports backward compatibility for protobuf 2.5 based implementations, which uses non-shaded protobuf classes.static classstatic classAn RPC Server.static classDeprecated.Methods in org.apache.hadoop.ipc that return Server -
Uses of Server in org.apache.hadoop.ipc.metrics
Methods in org.apache.hadoop.ipc.metrics with parameters of type ServerModifier and TypeMethodDescriptionstatic RpcMetricsRpcMetrics.create(Server server, Configuration conf) -
Uses of Server in org.apache.hadoop.net
Methods in org.apache.hadoop.net with parameters of type ServerModifier and TypeMethodDescriptionstatic InetSocketAddressNetUtils.getConnectAddress(Server server) Returns InetSocketAddress that a client can use to connect to the server.