Package org.apache.storm
Class ServerConstants
- java.lang.Object
-
- org.apache.storm.ServerConstants
-
public class ServerConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NUMA_CORES
static String
NUMA_GENERIC_RESOURCES_MAP
static String
NUMA_ID_SEPARATOR
static String
NUMA_MEMORY_IN_MB
static String
NUMA_PORTS
-
Constructor Summary
Constructors Constructor Description ServerConstants()
-
-
-
Field Detail
-
NUMA_MEMORY_IN_MB
public static final String NUMA_MEMORY_IN_MB
- See Also:
- Constant Field Values
-
NUMA_CORES
public static final String NUMA_CORES
- See Also:
- Constant Field Values
-
NUMA_PORTS
public static final String NUMA_PORTS
- See Also:
- Constant Field Values
-
NUMA_GENERIC_RESOURCES_MAP
public static final String NUMA_GENERIC_RESOURCES_MAP
- See Also:
- Constant Field Values
-
NUMA_ID_SEPARATOR
public static final String NUMA_ID_SEPARATOR
- See Also:
- Constant Field Values
-
-