public class Nfs3
extends org.apache.hadoop.nfs.nfs3.Nfs3Base
RpcProgramNfs3.
Currently Mountd program is also started inside this class.
Only TCP server is supported and UDP is not supported.| Constructor and Description |
|---|
Nfs3(NfsConfiguration conf) |
Nfs3(NfsConfiguration conf,
DatagramSocket registrationSocket,
boolean allowInsecurePorts) |
| Modifier and Type | Method and Description |
|---|---|
Mountd |
getMountd() |
static void |
main(String[] args) |
void |
startServiceInternal(boolean register) |
public Nfs3(NfsConfiguration conf) throws IOException
IOExceptionpublic Nfs3(NfsConfiguration conf, DatagramSocket registrationSocket, boolean allowInsecurePorts) throws IOException
IOExceptionpublic Mountd getMountd()
public void startServiceInternal(boolean register)
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.