public class RpcProgramMountd
extends org.apache.hadoop.oncrpc.RpcProgram
implements org.apache.hadoop.mount.MountInterface
Mountd.| Modifier and Type | Field and Description |
|---|---|
static int |
PROGRAM |
static int |
VERSION_1 |
static int |
VERSION_2 |
static int |
VERSION_3 |
| Constructor and Description |
|---|
RpcProgramMountd(NfsConfiguration config,
DatagramSocket registrationSocket,
boolean allowInsecurePorts) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.oncrpc.XDR |
dump(org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client) |
List<String> |
getExports() |
void |
handleInternal(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.apache.hadoop.oncrpc.RpcInfo info) |
protected boolean |
isIdempotent(org.apache.hadoop.oncrpc.RpcCall call) |
org.apache.hadoop.oncrpc.XDR |
mnt(org.apache.hadoop.oncrpc.XDR xdr,
org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client) |
org.apache.hadoop.oncrpc.XDR |
nullOp(org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client) |
org.apache.hadoop.oncrpc.XDR |
umnt(org.apache.hadoop.oncrpc.XDR xdr,
org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client) |
org.apache.hadoop.oncrpc.XDR |
umntall(org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client) |
doPortMonitoring, getPort, getPortmapUdpTimeoutMillis, messageReceived, register, register, sendRejectedReply, startDaemons, stopDaemons, toString, unregisterpublic static final int PROGRAM
public static final int VERSION_1
public static final int VERSION_2
public static final int VERSION_3
public RpcProgramMountd(NfsConfiguration config, DatagramSocket registrationSocket, boolean allowInsecurePorts) throws IOException
IOExceptionpublic org.apache.hadoop.oncrpc.XDR nullOp(org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client)
nullOp in interface org.apache.hadoop.mount.MountInterfacepublic org.apache.hadoop.oncrpc.XDR mnt(org.apache.hadoop.oncrpc.XDR xdr,
org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client)
mnt in interface org.apache.hadoop.mount.MountInterfacepublic org.apache.hadoop.oncrpc.XDR dump(org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client)
dump in interface org.apache.hadoop.mount.MountInterfacepublic org.apache.hadoop.oncrpc.XDR umnt(org.apache.hadoop.oncrpc.XDR xdr,
org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client)
umnt in interface org.apache.hadoop.mount.MountInterfacepublic org.apache.hadoop.oncrpc.XDR umntall(org.apache.hadoop.oncrpc.XDR out,
int xid,
InetAddress client)
umntall in interface org.apache.hadoop.mount.MountInterfacepublic void handleInternal(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.apache.hadoop.oncrpc.RpcInfo info)
handleInternal in class org.apache.hadoop.oncrpc.RpcProgramprotected boolean isIdempotent(org.apache.hadoop.oncrpc.RpcCall call)
isIdempotent in class org.apache.hadoop.oncrpc.RpcProgramCopyright © 2008–2020 Apache Software Foundation. All rights reserved.