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 WritableRpcEngine.Server
          An RPC Server.
 

Methods in org.apache.hadoop.ipc that return RPC.Server
 RPC.Server RpcEngine.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)
          Construct a server for a protocol implementation instance.
 RPC.Server AvroRpcEngine.getServer(Class<?> iface, Object impl, 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 listening on a port and address.
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(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.
 



Copyright © 2009 The Apache Software Foundation