|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Methods in org.apache.hadoop.ipc that return RPC.Server | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||