org.apache.hadoop.hdfs.nfs.mount
Class Mountd
java.lang.Object
org.apache.hadoop.mount.MountdBase
org.apache.hadoop.hdfs.nfs.mount.Mountd
public class Mountd
- extends org.apache.hadoop.mount.MountdBase
Main class for starting mountd daemon. This daemon implements the NFS
mount protocol. When receiving a MOUNT request from an NFS client, it checks
the request against the list of currently exported file systems. If the
client is permitted to mount the file system, rpc.mountd obtains a file
handle for requested directory and returns it to the client.
| Fields inherited from class org.apache.hadoop.mount.MountdBase |
SHUTDOWN_HOOK_PRIORITY |
|
Constructor Summary |
Mountd(org.apache.hadoop.conf.Configuration config)
|
| Methods inherited from class org.apache.hadoop.mount.MountdBase |
getRpcProgram, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mountd
public Mountd(org.apache.hadoop.conf.Configuration config)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.