public abstract class MountdBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
static int |
SHUTDOWN_HOOK_PRIORITY
Priority of the mountd shutdown hook.
|
| Constructor and Description |
|---|
MountdBase(RpcProgram program)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
RpcProgram |
getRpcProgram() |
void |
start(boolean register) |
public static final org.slf4j.Logger LOG
public static final int SHUTDOWN_HOOK_PRIORITY
public MountdBase(RpcProgram program) throws IOException
program - rpc server which handles mount requestIOException - fail to construct MountdBasepublic RpcProgram getRpcProgram()
public void start(boolean register)
Copyright © 2022 Apache Software Foundation. All rights reserved.