org.apache.hadoop.nfs.nfs3
Class Nfs3Base
java.lang.Object
org.apache.hadoop.nfs.nfs3.Nfs3Base
public abstract class Nfs3Base
- extends Object
Nfs server. Supports NFS v3 using RpcProgram.
Currently Mountd program is also started inside this class.
Only TCP server is supported and UDP is not supported.
|
Field Summary |
static org.apache.commons.logging.Log |
LOG
|
static int |
SHUTDOWN_HOOK_PRIORITY
Priority of the nfsd shutdown hook. |
|
Constructor Summary |
protected |
Nfs3Base(RpcProgram rpcProgram,
org.apache.hadoop.conf.Configuration conf)
|
| 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 nfsd shutdown hook.
- See Also:
- Constant Field Values
Nfs3Base
protected Nfs3Base(RpcProgram rpcProgram,
org.apache.hadoop.conf.Configuration conf)
getRpcProgram
public RpcProgram getRpcProgram()
start
public void start(boolean register)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.