org.apache.hadoop.mount
Class MountdBase

java.lang.Object
  extended by 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.


Constructor Summary
MountdBase(List<String> exports, RpcProgram program)
          Constructor
 
Method Summary
 RpcProgram getRpcProgram()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MountdBase

public MountdBase(List<String> exports,
                  RpcProgram program)
           throws IOException
Constructor

Parameters:
exports -
Throws:
IOException
Method Detail

getRpcProgram

public RpcProgram getRpcProgram()

start

public void start()


Copyright © 2009 The Apache Software Foundation