public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static long |
DAY_MS |
static boolean |
DEBUG |
static int |
DEFAULT_BLOCK_SIZE_BYTE |
static int |
DEFAULT_MASTER_PORT |
static int |
DEFAULT_MASTER_WEB_PORT |
static int |
DEFAULT_WORKER_DATA_SERVER_PORT |
static int |
DEFAULT_WORKER_PORT |
static String |
FT_HEADER |
static int |
GB |
static long |
HOUR_MS |
static int |
JOURNAL_VERSION |
static int |
KB |
static String |
LOGGER_TYPE |
static int |
MAX_COLUMNS |
static int |
MAX_TABLE_METADATA_BYTE |
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 and Description |
---|
Constants() |
public static final int KB
public static final int MB
public static final int GB
public static final long TB
public static final long SECOND_MS
public static final long MINUTE_MS
public static final long HOUR_MS
public static final long DAY_MS
public static final String FT_HEADER
public static final int DEFAULT_MASTER_PORT
public static final int DEFAULT_MASTER_WEB_PORT
public static final int DEFAULT_WORKER_PORT
public static final int DEFAULT_WORKER_DATA_SERVER_PORT
public static final int DEFAULT_BLOCK_SIZE_BYTE
public static final String PATH_SEPARATOR
public static final int MAX_COLUMNS
public static final int MAX_TABLE_METADATA_BYTE
public static final int WORKER_FILES_QUEUE_SIZE
public static final String LOGGER_TYPE
public static final boolean DEBUG
public static final int JOURNAL_VERSION
Copyright © 2013. All rights reserved.