public class TcpStorageConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
STORAGE_TCP_ALLOCATION_SIZE |
static String |
STORAGE_TCP_ALLOCATION_SIZE_KEY |
static int |
STORAGE_TCP_CORES |
static String |
STORAGE_TCP_CORES_KEY |
static String |
STORAGE_TCP_DATA_PATH |
static String |
STORAGE_TCP_DATA_PATH_KEY |
static String |
STORAGE_TCP_INTERFACE |
static String |
STORAGE_TCP_INTERFACE_KEY |
static int |
STORAGE_TCP_PORT |
static String |
STORAGE_TCP_PORT_KEY |
static int |
STORAGE_TCP_QUEUE_DEPTH |
static String |
STORAGE_TCP_QUEUE_DEPTH_KEY |
static long |
STORAGE_TCP_STORAGE_LIMIT |
static String |
STORAGE_TCP_STORAGE_LIMIT_KEY |
| Constructor and Description |
|---|
TcpStorageConstants() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init(org.apache.crail.conf.CrailConfiguration conf,
String[] args) |
static void |
printConf(org.slf4j.Logger logger) |
static void |
updateConstants(org.apache.crail.conf.CrailConfiguration conf) |
public static final String STORAGE_TCP_INTERFACE_KEY
public static String STORAGE_TCP_INTERFACE
public static final String STORAGE_TCP_PORT_KEY
public static int STORAGE_TCP_PORT
public static final String STORAGE_TCP_STORAGE_LIMIT_KEY
public static long STORAGE_TCP_STORAGE_LIMIT
public static final String STORAGE_TCP_ALLOCATION_SIZE_KEY
public static long STORAGE_TCP_ALLOCATION_SIZE
public static final String STORAGE_TCP_DATA_PATH_KEY
public static String STORAGE_TCP_DATA_PATH
public static final String STORAGE_TCP_QUEUE_DEPTH_KEY
public static int STORAGE_TCP_QUEUE_DEPTH
public static final String STORAGE_TCP_CORES_KEY
public static int STORAGE_TCP_CORES
public static void init(org.apache.crail.conf.CrailConfiguration conf,
String[] args)
throws Exception
Exceptionpublic static void updateConstants(org.apache.crail.conf.CrailConfiguration conf)
public static void printConf(org.slf4j.Logger logger)
Copyright © 2018 The Apache Software Foundation. All rights reserved.