org.apache.hadoop.mount
Class MountdBase
java.lang.Object
org.apache.hadoop.mount.MountdBase
public abstract class MountdBase
- extends Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MountdBase
public MountdBase(List<String> exports,
RpcProgram program)
throws IOException
- Constructor
- Parameters:
exports
-
- Throws:
IOException
getRpcProgram
public RpcProgram getRpcProgram()
start
public void start()
Copyright © 2009 The Apache Software Foundation