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.
|
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
static int |
SHUTDOWN_HOOK_PRIORITY
Priority of the mountd shutdown hook. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
SHUTDOWN_HOOK_PRIORITY
public static final int SHUTDOWN_HOOK_PRIORITY
- Priority of the mountd shutdown hook.
- See Also:
- Constant Field Values
MountdBase
public MountdBase(RpcProgram program)
throws IOException
- Constructor
- Parameters:
program -
- Throws:
IOException
getRpcProgram
public RpcProgram getRpcProgram()
start
public void start(boolean register)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.