Uses of Class
org.apache.hadoop.ipc.RPC.Server

Packages that use RPC.Server
org.apache.hadoop.ipc Tools to help define network clients and servers. 
 

Uses of RPC.Server in org.apache.hadoop.ipc
 

Subclasses of RPC.Server in org.apache.hadoop.ipc
static class ProtobufRpcEngine.Server
           
static class WritableRpcEngine.Server
          An RPC Server.
 

Methods in org.apache.hadoop.ipc that return RPC.Server
 RPC.Server RPC.Server.addProtocol(RPC.RpcKind rpcKind, Class<?> protocolClass, Object protocolImpl)
          Add a protocol to the existing server.
 RPC.Server RPC.Builder.build()
          Build the RPC Server.
 RPC.Server ProtobufRpcEngine.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager, String portRangeConfig)
           
 RPC.Server WritableRpcEngine.getServer(Class<?> protocolClass, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager, String portRangeConfig)
           
 RPC.Server RpcEngine.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager, String portRangeConfig)
          Construct a server for a protocol implementation instance.
 

Constructors in org.apache.hadoop.ipc with parameters of type RPC.Server
ProtocolMetaInfoServerSideTranslatorPB(RPC.Server server)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.