ReconfigurationProtocolTranslatorPB@Private
@Evolving
public interface ReconfigurationProtocol
| Modifier and Type | Field | Description |
|---|---|---|
static long |
VERSIONID |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.conf.ReconfigurationTaskStatus |
getReconfigurationStatus() |
Get the status of the previously issued reconfig task.
|
java.util.List<java.lang.String> |
listReconfigurableProperties() |
Get a list of allowed properties for reconfiguration.
|
void |
startReconfiguration() |
Asynchronously reload configuration on disk and apply changes.
|
static final long VERSIONID
void startReconfiguration()
throws java.io.IOException
java.io.IOExceptionorg.apache.hadoop.conf.ReconfigurationTaskStatus getReconfigurationStatus()
throws java.io.IOException
java.io.IOExceptionReconfigurationTaskStatusjava.util.List<java.lang.String> listReconfigurableProperties()
throws java.io.IOException
java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.