tachyon.conf
Class UserConf
java.lang.Object
tachyon.conf.UserConf
public class UserConf
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FAILED_SPACE_REQUEST_LIMITS
public final int FAILED_SPACE_REQUEST_LIMITS
QUOTA_UNIT_BYTES
public final long QUOTA_UNIT_BYTES
FILE_BUFFER_BYTES
public final int FILE_BUFFER_BYTES
HEARTBEAT_INTERVAL_MS
public final int HEARTBEAT_INTERVAL_MS
get
public static UserConf 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.