tachyon.conf
Class CommonConf
java.lang.Object
tachyon.conf.CommonConf
public class CommonConf
- extends Object
Configurations shared by master and workers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TACHYON_HOME
public final String TACHYON_HOME
UNDERFS_ADDRESS
public final String UNDERFS_ADDRESS
DATA_FOLDER
public final String DATA_FOLDER
WORKERS_FOLDER
public final String WORKERS_FOLDER
get
public static CommonConf get()
clear
public static void clear()
- This is for unit test only. DO NOT use it for other purpose.
getProperty
public static String getProperty(String property)
getProperty
public static String getProperty(String property,
String defaultValue)
getBooleanProperty
public static boolean getBooleanProperty(String property)
getBooleanProperty
public static boolean getBooleanProperty(String property,
boolean defaultValue)
getIntProperty
public static int getIntProperty(String property)
getIntProperty
public static int getIntProperty(String property,
int defaultValue)
getLongProperty
public static long getLongProperty(String property)
getLongProperty
public static long getLongProperty(String property,
int defaultValue)
Copyright © 2013. All Rights Reserved.