org.apache.hadoop.hdfs.nfs.nfs3
Class Nfs3
java.lang.Object
org.apache.hadoop.nfs.nfs3.Nfs3Base
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.
| Fields inherited from class org.apache.hadoop.nfs.nfs3.Nfs3Base |
LOG, SHUTDOWN_HOOK_PRIORITY |
|
Constructor Summary |
Nfs3(org.apache.hadoop.conf.Configuration conf)
|
| 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 |
Nfs3
public Nfs3(org.apache.hadoop.conf.Configuration conf)
throws IOException
- Throws:
IOException
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.