Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.hdfs.spout |
Modifier and Type | Field and Description |
---|---|
static String |
DaemonConfig.DRPC_HTTP_FILTER_PARAMS
Initialization parameters for the javax.servlet.Filter of the DRPC HTTP service.
|
static String |
DaemonConfig.ISOLATION_SCHEDULER_MACHINES
A map from topology name to the number of machines that should be dedicated for that topology.
|
static String |
DaemonConfig.LOGVIEWER_FILTER_PARAMS
Initialization parameters for the javax.servlet.Filter for Logviewer.
|
static String |
DaemonConfig.MULTITENANT_SCHEDULER_USER_POOLS
A map from the user name to the number of machines that should that user is allowed to use.
|
static String |
Config.SUPERVISOR_RESOURCES_MAP
A map of resources the Supervisor has e.g {“cpu.pcore.percent” : 200.0.
|
static String |
DaemonConfig.SUPERVISOR_SCHEDULER_META
the metadata configured on the supervisor.
|
static String |
Config.SUPERVISOR_WORKER_VERSION_CLASSPATH_MAP
Map a version of storm to a worker classpath that can be used to run it.
|
static String |
Config.SUPERVISOR_WORKER_VERSION_LOGWRITER_MAP
Map a version of storm to a worker’s logwriter class.
|
static String |
Config.SUPERVISOR_WORKER_VERSION_MAIN_MAP
Map a version of storm to a worker’s main class.
|
static String |
Config.TOPOLOGY_COMPONENT_RESOURCES_MAP
A map of resources used by each component e.g {“cpu.pcore.percent” : 200.0.
|
static String |
Config.TOPOLOGY_ENVIRONMENT
Topology-specific environment variables for the worker child process.
|
static String |
Config.TOPOLOGY_WORKER_METRICS
A map of metric name to class name implementing IMetric that will be created once per worker JVM.
|
static String |
DaemonConfig.UI_FILTER_PARAMS
Initialization parameters for the javax.servlet.Filter for UI.
|
static String |
Config.WORKER_METRICS
A map of metric name to class name implementing IMetric that will be created once per worker JVM.
|
Modifier and Type | Field and Description |
---|---|
static String |
Configs.DEFAULT_HDFS_CONFIG_KEY |
Copyright © 2022 The Apache Software Foundation. All rights reserved.