org.apache.hadoop.nfs.nfs3
Class Nfs3Base

java.lang.Object
  extended by 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
           
 
Constructor Summary
protected Nfs3Base(MountdBase mountd, RpcProgram program)
           
 
Method Summary
 MountdBase getMountBase()
           
 RpcProgram getRpcProgram()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

Nfs3Base

protected Nfs3Base(MountdBase mountd,
                   RpcProgram program)
Method Detail

getMountBase

public MountdBase getMountBase()

getRpcProgram

public RpcProgram getRpcProgram()

start

public void start()


Copyright © 2009 The Apache Software Foundation