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
           
static int SHUTDOWN_HOOK_PRIORITY
          Priority of the nfsd shutdown hook.
 
Constructor Summary
protected Nfs3Base(RpcProgram rpcProgram, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 RpcProgram getRpcProgram()
           
 void start(boolean register)
           
 
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

SHUTDOWN_HOOK_PRIORITY

public static final int SHUTDOWN_HOOK_PRIORITY
Priority of the nfsd shutdown hook.

See Also:
Constant Field Values
Constructor Detail

Nfs3Base

protected Nfs3Base(RpcProgram rpcProgram,
                   org.apache.hadoop.conf.Configuration conf)
Method Detail

getRpcProgram

public RpcProgram getRpcProgram()

start

public void start(boolean register)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.