Methods in org.apache.hadoop.ipc that return RPC.Server |
static RPC.Server |
RPC.getServer(Object instance,
int port,
Configuration conf)
Deprecated. the bind address should always be specified |
static RPC.Server |
RPC.getServer(Object instance,
int port,
int numHandlers,
boolean verbose,
Configuration conf)
Deprecated. the bind address should always be specified |
static RPC.Server |
RPC.getServer(Object instance,
String bindAddress,
int port,
Configuration conf)
Construct a server for a protocol implementation instance listening on a
port and address. |
static RPC.Server |
RPC.getServer(Object instance,
String bindAddress,
int port,
int numHandlers,
boolean verbose,
Configuration conf)
Construct a server for a protocol implementation instance listening on a
port and address. |