public abstract class MountdBase
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
|
static int |
SHUTDOWN_HOOK_PRIORITY |
Priority of the mountd shutdown hook.
|
| Constructor | Description |
|---|---|
MountdBase(RpcProgram program) |
Constructor
|
| 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
public MountdBase(RpcProgram program) throws java.io.IOException
program - rpc server which handles mount requestjava.io.IOException - fail to construct MountdBasepublic RpcProgram getRpcProgram()
public void start(boolean register)
public void stop()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.