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.
static RPC.Server RPC.getServer(Class<?> protocol, Object instance, String bindAddress, int port, Configuration conf)
          Construct a server for a protocol implementation instance.
static RPC.Server RPC.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, boolean verbose, Configuration conf)
          Deprecated. secretManager should be passed.
static RPC.Server RPC.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, boolean verbose, Configuration conf, org.apache.hadoop.security.token.SecretManager<? extends org.apache.hadoop.security.token.TokenIdentifier> secretManager)
          Construct a server for a protocol implementation instance.
static RPC.Server RPC.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, 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 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 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.
static
<PROTO extends VersionedProtocol,IMPL extends PROTO>
RPC.Server
RPC.getServer(Class<PROTO> protocol, IMPL 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)
          Construct a server for a protocol implementation instance.
static RPC.Server RPC.getServer(Object instance, String bindAddress, int port, Configuration conf)
          Deprecated. protocol interface should be passed.
static RPC.Server RPC.getServer(Object instance, String bindAddress, int port, int numHandlers, boolean verbose, Configuration conf)
          Deprecated. protocol interface should be passed.
 

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.