public class RpcProgramMountd
extends org.apache.hadoop.oncrpc.RpcProgram
implements org.apache.hadoop.mount.MountInterface
Mountd.| Modifier and Type | Field and Description |
|---|---|
static int |
PORT |
static int |
PROGRAM |
static int |
VERSION_1 |
static int |
VERSION_2 |
static int |
VERSION_3 |
| Constructor and Description |
|---|
RpcProgramMountd(org.apache.hadoop.conf.Configuration config) |
| 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) |
getPort, messageReceived, register, register, startDaemons, 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 static final int PORT
public RpcProgramMountd(org.apache.hadoop.conf.Configuration config)
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 © 2014 Apache Software Foundation. All Rights Reserved.