Package | Description |
---|---|
org.apache.hadoop.oncrpc | |
org.apache.hadoop.portmap |
Modifier and Type | Method and Description |
---|---|
protected void |
RpcProgram.register(PortmapMapping mapEntry)
Register the program with Portmap or Rpcbind
|
Modifier and Type | Method and Description |
---|---|
static PortmapMapping |
PortmapMapping.deserialize(XDR xdr) |
static PortmapMapping |
PortmapRequest.mapping(XDR xdr) |
Modifier and Type | Method and Description |
---|---|
static XDR |
PortmapRequest.create(PortmapMapping mapping) |
static String |
PortmapMapping.key(PortmapMapping mapping) |
static XDR |
PortmapResponse.pmapList(XDR xdr,
int xid,
PortmapMapping[] list) |
void |
RpcProgramPortmap.register(PortmapMapping mapping) |
Modifier and Type | Method and Description |
---|---|
static XDR |
PortmapResponse.pmapList(XDR xdr,
int xid,
Collection<PortmapMapping> list) |
Copyright © 2013 Apache Software Foundation. All rights reserved.