public abstract class Nfs3Base
extends java.lang.Object
RpcProgram.
Only TCP server is supported and UDP is not supported.| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
|
static int |
SHUTDOWN_HOOK_PRIORITY |
Priority of the nfsd shutdown hook.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
Nfs3Base(RpcProgram rpcProgram,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | 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–2025 Apache Software Foundation. All rights reserved.