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) |
void |
stop() |
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 void stop()
stop in class org.apache.hadoop.nfs.nfs3.Nfs3Basepublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.