Uses of Class
org.apache.hadoop.ipc.RPC.Server
Packages that use RPC.Server
-
Uses of RPC.Server in org.apache.hadoop.ipc
Subclasses of RPC.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 classDeprecated.Methods in org.apache.hadoop.ipc that return RPC.ServerModifier and TypeMethodDescriptionRPC.Server.addProtocol(RPC.RpcKind rpcKind, Class<?> protocolClass, Object protocolImpl) Add a protocol to the existing server.RPC.Builder.build()ProtobufRpcEngine.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.ProtobufRpcEngine2.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) RpcEngine.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct a server for a protocol implementation instance.WritableRpcEngine.getServer(Class<?> protocolClass, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.Constructors in org.apache.hadoop.ipc with parameters of type RPC.Server