org.apache.hadoop.hdfs.nfs.mount
Class Mountd

java.lang.Object
  extended by org.apache.hadoop.mount.MountdBase
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.hadoop.mount.MountdBase
SHUTDOWN_HOOK_PRIORITY
 
Constructor Summary
Mountd(org.apache.hadoop.conf.Configuration config)
           
 
Method Summary
static void main(String[] args)
           
 
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
 

Constructor Detail

Mountd

public Mountd(org.apache.hadoop.conf.Configuration config)
       throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.