Uses of Class
com.nhncorp.neptune.common.ipc.NRPC.Server

Packages that use NRPC.Server
com.nhncorp.neptune.common.ipc Most classes in this package from Apache Hadoop. 
 

Uses of NRPC.Server in com.nhncorp.neptune.common.ipc
 

Methods in com.nhncorp.neptune.common.ipc that return NRPC.Server
static NRPC.Server NRPC.getServer(com.nhncorp.pleiades.client.LockService lockService, java.lang.Object instance, java.lang.String bindAddress, int port, int numHandlers, boolean verbose, NConfiguration conf)
          Construct a server for a protocol implementation instance listening on a port and address.
static NRPC.Server NRPC.getServer(com.nhncorp.pleiades.client.LockService lockService, java.lang.Object instance, java.lang.String bindAddress, int port, NConfiguration conf)
          Construct a server for a protocol implementation instance listening on a port and address.