tachyon
Class Constants

java.lang.Object
  extended by tachyon.Constants

public class Constants
extends Object

System wide constants


Field Summary
static long DAY_MS
           
static boolean DEBUG
           
static int DEFAULT_MASTER_PORT
           
static int DEFAULT_MASTER_WEB_PORT
           
static int DEFAULT_WORKER_DATA_SERVER_PORT
           
static int DEFAULT_WORKER_PORT
           
static long GB
           
static long HOUR_MS
           
static int KB
           
static String LOGGER_TYPE
           
static int MAX_COLUMNS
           
static int MB
           
static long MINUTE_MS
           
static String PATH_SEPARATOR
           
static long SECOND_MS
           
static long TB
           
static int WORKER_FILES_QUEUE_SIZE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KB

public static final int KB
See Also:
Constant Field Values

MB

public static final int MB
See Also:
Constant Field Values

GB

public static final long GB
See Also:
Constant Field Values

TB

public static final long TB
See Also:
Constant Field Values

SECOND_MS

public static final long SECOND_MS
See Also:
Constant Field Values

MINUTE_MS

public static final long MINUTE_MS
See Also:
Constant Field Values

HOUR_MS

public static final long HOUR_MS
See Also:
Constant Field Values

DAY_MS

public static final long DAY_MS
See Also:
Constant Field Values

DEFAULT_MASTER_PORT

public static final int DEFAULT_MASTER_PORT
See Also:
Constant Field Values

DEFAULT_MASTER_WEB_PORT

public static final int DEFAULT_MASTER_WEB_PORT
See Also:
Constant Field Values

DEFAULT_WORKER_PORT

public static final int DEFAULT_WORKER_PORT
See Also:
Constant Field Values

DEFAULT_WORKER_DATA_SERVER_PORT

public static final int DEFAULT_WORKER_DATA_SERVER_PORT
See Also:
Constant Field Values

PATH_SEPARATOR

public static final String PATH_SEPARATOR
See Also:
Constant Field Values

MAX_COLUMNS

public static final int MAX_COLUMNS
See Also:
Constant Field Values

WORKER_FILES_QUEUE_SIZE

public static final int WORKER_FILES_QUEUE_SIZE
See Also:
Constant Field Values

LOGGER_TYPE

public static final String LOGGER_TYPE

DEBUG

public static final boolean DEBUG
Constructor Detail

Constants

public Constants()


Copyright © 2013. All Rights Reserved.