org.apache.hadoop.hdfs.nfs.nfs3
Class Nfs3

java.lang.Object
  extended by org.apache.hadoop.nfs.nfs3.Nfs3Base
      extended by org.apache.hadoop.hdfs.nfs.nfs3.Nfs3

public class Nfs3
extends org.apache.hadoop.nfs.nfs3.Nfs3Base

Nfs server. Supports NFS v3 using RpcProgramNfs3. Currently Mountd program is also started inside this class. Only TCP server is supported and UDP is not supported.


Field Summary
 
Fields inherited from class org.apache.hadoop.nfs.nfs3.Nfs3Base
LOG, SHUTDOWN_HOOK_PRIORITY
 
Constructor Summary
Nfs3(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 Mountd getMountd()
           
static void main(String[] args)
           
 void startServiceInternal(boolean register)
           
 
Methods inherited from class org.apache.hadoop.nfs.nfs3.Nfs3Base
getRpcProgram, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nfs3

public Nfs3(org.apache.hadoop.conf.Configuration conf)
     throws IOException
Throws:
IOException
Method Detail

getMountd

public Mountd getMountd()

startServiceInternal

public void startServiceInternal(boolean register)
                          throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.