public abstract class Nfs3Base extends Object
RpcProgram.
Only TCP server is supported and UDP is not supported.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
static int |
SHUTDOWN_HOOK_PRIORITY
Priority of the nfsd shutdown hook.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Nfs3Base(RpcProgram rpcProgram,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
RpcProgram |
getRpcProgram() |
void |
start(boolean register) |
void |
stop() |
public static final org.slf4j.Logger LOG
public static final int SHUTDOWN_HOOK_PRIORITY
protected Nfs3Base(RpcProgram rpcProgram, org.apache.hadoop.conf.Configuration conf)
public RpcProgram getRpcProgram()
public void start(boolean register)
public void stop()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.