public class ConfUtils extends Object
TachyonConf
Modifier and Type | Method and Description |
---|---|
static TachyonConf |
loadFromHadoopConfiguration(org.apache.hadoop.conf.Configuration source)
Loads
TachyonConf from Hadoop Configuration source. |
static void |
storeToHadoopConfiguration(TachyonConf source,
org.apache.hadoop.conf.Configuration target)
Stores the source
TachyonConf object to the target
Hadoop Configuration object. |
public static void storeToHadoopConfiguration(TachyonConf source, org.apache.hadoop.conf.Configuration target)
TachyonConf
object to the target
Hadoop Configuration
object.source
- the TachyonConf
to be storedtarget
- the Configuration
targetpublic static TachyonConf loadFromHadoopConfiguration(org.apache.hadoop.conf.Configuration source)
TachyonConf
from Hadoop Configuration
source.source
- the Configuration
to load fromTachyonConf
to be loadedCopyright © 2015. All Rights Reserved.