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
|
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
Nfs3Base
protected Nfs3Base(MountdBase mountd,
RpcProgram program)
getMountBase
public MountdBase getMountBase()
getRpcProgram
public RpcProgram getRpcProgram()
start
public void start()
Copyright © 2009 The Apache Software Foundation