HCFSMountTableConfigLoader@Private
@Evolving
public interface MountTableConfigLoader
| Modifier and Type | Method | Description |
|---|---|---|
void |
load(java.lang.String mountTableConfigPath,
Configuration conf) |
Loads the mount-table configuration into given configuration.
|
void load(java.lang.String mountTableConfigPath,
Configuration conf)
throws java.io.IOException
mountTableConfigPath - - Path of the mount table. It can be a file or
a directory in the case of multiple versions of mount-table
files(Recommended option).conf - - Configuration object to add mount table.java.io.IOException - raised on errors performing I/O.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.