public abstract class Nfs3Base extends Object
RpcProgram
.
Currently Mountd program is also started inside this class.
Only TCP server is supported and UDP is not supported.Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
Modifier | Constructor and Description |
---|---|
protected |
Nfs3Base(MountdBase mountd,
RpcProgram program) |
protected |
Nfs3Base(MountdBase mountd,
RpcProgram program,
Configuration conf) |
Modifier and Type | Method and Description |
---|---|
MountdBase |
getMountBase() |
RpcProgram |
getRpcProgram() |
void |
start(boolean register) |
protected Nfs3Base(MountdBase mountd, RpcProgram program, Configuration conf)
protected Nfs3Base(MountdBase mountd, RpcProgram program)
public MountdBase getMountBase()
public RpcProgram getRpcProgram()
public void start(boolean register)
Copyright © 2013 Apache Software Foundation. All rights reserved.